Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalik88 committed Oct 18, 2024
1 parent e59eeb2 commit 00922f8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@ import type {
NotificationServicesPushControllerDisablePushNotifications,
NotificationServicesPushControllerUpdateTriggerPushNotifications,
} from './NotificationServicesController';
import { processFeatureAnnouncement } from './processors';
import { processNotification } from './processors/process-notifications';
import { processSnapNotification } from './processors/process-snap-notifications';
import * as OnChainNotifications from './services/onchain-notifications';
import type { INotification } from './types';
import type { UserStorage } from './types/user-storage/user-storage';
import * as Utils from './utils/utils';
import { processFeatureAnnouncement } from './processors';

// Mock type used for testing purposes
// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand Down

0 comments on commit 00922f8

Please sign in to comment.