Fixed whitelisted example

This commit is contained in:
Wes van der Vleuten 2022-12-21 22:49:51 +01:00 committed by fiatjaf
parent 3b7800692f
commit e03d2a56f5

View File

@ -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 {