Skip to content

Commit

Permalink
fix: missing tag cached repo for canal (bangumi#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Nov 25, 2024
1 parent 52ee030 commit 61c46bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canal/canal.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func Main() error {
driver.NewRueidisClient, logger.Copy, cache.NewRedisCache,
subject.NewMysqlRepo, search.New, session.NewMysqlRepo, session.New,
driver.NewS3,

tag.NewCachedRepo,
tag.NewMysqlRepo,

newEventHandler,
Expand Down

0 comments on commit 61c46bc

Please sign in to comment.