mirror of
https://github.com/fiatjaf/khatru.git
synced 2025-03-29 11:12:03 +01:00
Fixed whitelisted example
This commit is contained in:
parent
3b7800692f
commit
e03d2a56f5
@ -23,7 +23,7 @@ func (r *Relay) Name() string {
|
||||
func (r *Relay) OnInitialized() {}
|
||||
|
||||
func (r *Relay) Storage() relayer.Storage {
|
||||
return &postgresql.PostgresBackend{DatabaseURL: r.PostgresDatabase}
|
||||
return r.storage
|
||||
}
|
||||
|
||||
func (r *Relay) Init() error {
|
||||
|
Loading…
x
Reference in New Issue
Block a user