fix issues in core

This commit is contained in:
2025-12-23 15:38:50 +01:00
parent df5c20c5cc
commit 120d3bb1a1
125 changed files with 1005 additions and 793 deletions

View File

@@ -29,7 +29,7 @@ describe('GetAvatarUseCase', () => {
avatarRepo = {
findActiveByDriverId: vi.fn(),
save: vi.fn(),
} as unknown as IAvatarRepository as any;
};
logger = {
debug: vi.fn(),