Skip to content

Commit

Permalink
remove useless field
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-nicolas committed Oct 3, 2023
1 parent afee13d commit 9f1bf16
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkg/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ func NewAPI(routes *routes.Routes) *API {
}

type Config struct {
StorageDriver string
Version string
UseScopes bool
RedisLockStrategy bool
StorageDriver string
Version string
UseScopes bool
}

func Module(cfg Config) fx.Option {
Expand Down

0 comments on commit 9f1bf16

Please sign in to comment.