Skip to content

Commit

Permalink
fix: remove duplicate repo arg
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Nov 27, 2024
1 parent 552c090 commit 032e37e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/web/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ func start() error {
fx.Provide(
logger.Copy, cache.NewRedisCache,

character.NewMysqlRepo,

user.NewMysqlRepo,
index.NewMysqlRepo, auth.NewMysqlRepo, episode.NewMysqlRepo, revision.NewMysqlRepo, infra.NewMysqlRepo,
timeline.NewMysqlRepo, pm.NewMysqlRepo, notification.NewMysqlRepo,
Expand Down

0 comments on commit 032e37e

Please sign in to comment.