mirror of
https://github.com/aljazceru/khatru.git
synced 2026-01-24 23:54:20 +01:00
fix: build failing
This commit is contained in:
@@ -23,6 +23,8 @@ func (r *Relay) Storage() relayer.Storage {
|
||||
return &postgresql.PostgresBackend{DatabaseURL: r.PostgresDatabase}
|
||||
}
|
||||
|
||||
func (r *Relay) OnInitialized() {}
|
||||
|
||||
func (r *Relay) Init() error {
|
||||
err := envconfig.Process("", r)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user