diff --git a/src/__tests__/Utils/sync-action-utils.test.ts b/src/__tests__/Utils/sync-action-utils.test.ts index cd608c3d..5c19d29e 100644 --- a/src/__tests__/Utils/sync-action-utils.test.ts +++ b/src/__tests__/Utils/sync-action-utils.test.ts @@ -1,9 +1,7 @@ import { jest } from '@jest/globals' -import type { BaileysEventMap, Contact } from '../../Types' import type { ILogger } from '../../Utils/logger' import { processContactAction } from '../../Utils/sync-action-utils' -type LidMapping = BaileysEventMap['lid-mapping.update'] describe('processContactAction', () => { const mockLogger: ILogger = {