Skip to content

Commit 5dd06ff

Browse files
committed
feat(backend-platform): clean code
1 parent 2e8c8ff commit 5dd06ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/backend-platform/src/AccountActivityService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export type SystemNotificationData = {
3131
status: 'down' | 'up';
3232
};
3333

34-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
3534
const SERVICE_NAME = 'AccountActivityService' as const;
3635

3736
const MESSENGER_EXPOSED_METHODS = ['subscribeAccounts', 'unsubscribeAccounts'] as const;

0 commit comments

Comments
 (0)