Skip to content

Commit

Permalink
Merge pull request #1200 from OneSignal/fix/newRecordsStateImport
Browse files Browse the repository at this point in the history
[Fix] Add missing import
  • Loading branch information
shepherd-l authored Sep 30, 2024
2 parents bc888e2 + 27dc2dc commit aa3c45b
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 aa3c45b

Please sign in to comment.