add quizManual to check worker
This commit is contained in:
parent
a15998dbaa
commit
199742010c
@ -165,7 +165,7 @@ func New(ctx context.Context, opts interface{}, ver appInit.Version) (appInit.Co
|
|||||||
|
|
||||||
checkWorker := privilegewc.NewCheckWorker(privilegewc.Deps{
|
checkWorker := privilegewc.NewCheckWorker(privilegewc.Deps{
|
||||||
PrivilegeIDsDays: []string{"quizUnlimTime", "squizHideBadge"},
|
PrivilegeIDsDays: []string{"quizUnlimTime", "squizHideBadge"},
|
||||||
PrivilegeIDsCount: []string{"quizCnt"},
|
PrivilegeIDsCount: []string{"quizCnt", "quizManual"},
|
||||||
TickerInterval: time.Minute,
|
TickerInterval: time.Minute,
|
||||||
PrivilegeDAL: pgdal,
|
PrivilegeDAL: pgdal,
|
||||||
CustomerClient: customerClient,
|
CustomerClient: customerClient,
|
||||||
|
Loading…
Reference in New Issue
Block a user