Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
Note: This fix was found after updating the release version to 160203 but before publishing the release.
  • Loading branch information
shepherd-l committed Sep 30, 2024
1 parent bc888e2 commit 27dc2dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/CoreModuleDirector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import OneSignal from '../onesignal/OneSignal';
import Database from '../shared/services/Database';
import EventHelper from '../shared/helpers/EventHelper';
import SubscriptionHelper from '../../src/shared/helpers/SubscriptionHelper';
import { NewRecordsState } from '../../src/shared/models/NewRecordsState';

/* Contains OneSignal User-Model-specific logic*/

Expand Down

0 comments on commit 27dc2dc

Please sign in to comment.