Skip to content

Commit d252bce

Browse files
committed
chore(): clean up
1 parent 5c52181 commit d252bce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

workers/sentry/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Envelope, EnvelopeItem, EventEnvelope, EventItem, parseEnvelope } from
66
import { Worker } from '../../../lib/worker';
77
import { composeAddons, composeBacktrace, composeContext, composeTitle, composeUserData } from './utils/converter';
88
import { b64decode } from './utils/base64';
9-
import { CatcherMessagePayload, CatcherMessageType, DecodedEventData, ErrorsCatcherType, EventAddons } from '@hawk.so/types';
9+
import { CatcherMessagePayload, ErrorsCatcherType } from '@hawk.so/types';
1010
import { TextDecoder } from 'util';
1111
import { JavaScriptEventWorkerTask } from '../../javascript/types/javascript-event-worker-task';
1212
/**
@@ -16,7 +16,7 @@ export default class SentryEventWorker extends Worker {
1616
/**
1717
* Worker type (will pull tasks from Registry queue with the same name)
1818
*/
19-
public type: ErrorsCatcherType = pkg.workerType;
19+
public type: string = pkg.workerType;
2020

2121
/**
2222
* Message handle function

0 commit comments

Comments
 (0)