Skip to content

Commit

Permalink
Merge pull request #210 from Domingor/develop
Browse files Browse the repository at this point in the history
updateds
  • Loading branch information
Domingor committed Apr 18, 2024
2 parents 0c934d8 + 5e6284b commit ec9d1f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seed/seed.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ type SeedFunc func(etc context.Context) (err error)
func Seed(SeedFunctions ...SeedFunc) error {

if len(SeedFunctions) == 0 {

zaplog.SugaredLogger.Debug("there is no seed func needed to run")
return nil
}
Expand Down

0 comments on commit ec9d1f1

Please sign in to comment.