mirror of
https://github.com/immich-app/immich.git
synced 2025-07-21 22:44:23 +02:00
chore: remove unused logger (#17593)
This commit is contained in:
parent
e3f3baadb0
commit
b2753103c6
3 changed files with 2 additions and 7 deletions
server/test
|
@ -199,7 +199,7 @@ export const newTestService = <T extends BaseService>(
|
|||
oauth: automock(OAuthRepository, { args: [loggerMock] }),
|
||||
partner: automock(PartnerRepository, { strict: false }),
|
||||
person: newPersonRepositoryMock(),
|
||||
process: automock(ProcessRepository, { args: [loggerMock] }),
|
||||
process: automock(ProcessRepository),
|
||||
search: automock(SearchRepository, { args: [loggerMock], strict: false }),
|
||||
// eslint-disable-next-line no-sparse-arrays
|
||||
serverInfo: automock(ServerInfoRepository, { args: [, loggerMock], strict: false }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue