From b6b708ddfea18a89784fd6cfe24fceca98eb7178 Mon Sep 17 00:00:00 2001 From: Rajeh Taher Date: Tue, 20 Jan 2026 12:47:05 +0200 Subject: [PATCH] chore(tests): lint --- src/__tests__/Utils/sync-action-utils.test.ts | 2 -- 1 file changed, 2 deletions(-) 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 = {