Merge branch 'pre-mock-remove' into lash/export-to-term

This commit is contained in:
lash
2024-11-02 14:00:16 +00:00
37 changed files with 394 additions and 34 deletions

View File

@@ -104,7 +104,7 @@ func main() {
os.Exit(1)
}
lhs, err := handlers.NewLocalHandlerService(pfp, true, dbResource, cfg, rs)
lhs, err := handlers.NewLocalHandlerService(ctx, pfp, true, dbResource, cfg, rs)
lhs.SetDataStore(&userdataStore)
accountService := remote.AccountService{}