Skip to content

Commit

Permalink
pubsub fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iesreza committed Dec 6, 2023
1 parent 9377668 commit e21880e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/settings/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ func Register(settings ...any) {
}

func Init(params ...string) error {
SetDefaultDriver(yml.Driver)
return defaultDriver.Init(params...)
}

Expand Down

0 comments on commit e21880e

Please sign in to comment.