Skip to content

Commit 9945f2b

Browse files
committed
chore: lint remove redundant imports
1 parent d289f51 commit 9945f2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

workers/default/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CatcherMessageType, ErrorsCatcherType } from '@hawk.so/types';
1+
import { ErrorsCatcherType } from '@hawk.so/types';
22
import { EventWorker } from '../../../lib/event-worker';
33
import * as pkg from '../package.json';
44
import { DefaultEventWorkerTask } from '../types/default-event-worker-task';

workers/grouper/tests/mocks/generateEvent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { DefaultAddons, EventAddons, EventData, JavaScriptAddons } from '@hawk.so/types';
1+
import type { EventData, JavaScriptAddons } from '@hawk.so/types';
22
import { generateRandomId } from './randomId';
33

44
/**

0 commit comments

Comments
 (0)