fix(ci): fix backend unit test constructor arg and gofmt issues

This commit is contained in:
PMExtra
2026-03-02 10:54:14 +08:00
parent 7e02082209
commit 0fba1901c8
6 changed files with 28 additions and 27 deletions

View File

@@ -52,6 +52,7 @@ func newAuthServiceForRegisterTurnstileTest(settings map[string]string, verifier
turnstileService, turnstileService,
nil, // emailQueueService nil, // emailQueueService
nil, // promoService nil, // promoService
nil, // defaultSubAssigner
) )
} }