chore: remove unused logger (#17593)

This commit is contained in:
Jason Rasmussen
2025-04-14 15:01:49 -04:00
committed by GitHub
parent e3f3baadb0
commit b2753103c6
3 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ export class TestContext {
this.oauth = new OAuthRepository(logger);
this.partner = new PartnerRepository(this.db);
this.person = new PersonRepository(this.db);
this.process = new ProcessRepository(logger);
this.process = new ProcessRepository();
this.search = new SearchRepository(logger, this.db);
this.serverInfo = new ServerInfoRepository(config, logger);
this.session = new SessionRepository(this.db);