Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Jan 25, 2024
1 parent 615a93e commit aae7f2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ingest/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ type RepositoryConfig struct {
RepositoryRefreshPeriodSec int `mapstructure:"REPOSITORY_REFRESH_PERIOD_SEC" default:"2"`
}

func (r *RepositoryConfig) PostInit(settings *appbase.AppSettings) error {
return nil
}

type Streams struct {
streams []*StreamWithDestinations
apiKeyBindings map[string]*ApiKeyBinding
Expand Down

0 comments on commit aae7f2a

Please sign in to comment.