feat: add jikan cache cleanup worker
This commit is contained in:
@@ -22,6 +22,7 @@ var Module = fx.Options(
|
||||
ProvideSQLDB,
|
||||
ProvideQueries,
|
||||
),
|
||||
fx.Invoke(RegisterJikanCacheCleanupWorker),
|
||||
)
|
||||
|
||||
func ProvideSQLDB(cfg config.Config) (*sql.DB, error) {
|
||||
|
||||
Reference in New Issue
Block a user