Skip to content

Commit de0ec68

Browse files
authored
Merge pull request #17352 from Expensify/marcaaron-navigatorIsReady
Import correct CONST to unbreak notifications
2 parents ea06eeb + 7b3ac6e commit de0ec68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/Notification/PushNotification/subscribeToReportCommentPushNotifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {CONST} from 'expensify-common/lib/CONST';
21
import {Linking} from 'react-native';
32
import Onyx from 'react-native-onyx';
3+
import CONST from '../../../CONST';
44
import PushNotification from '.';
55
import ROUTES from '../../../ROUTES';
66
import Log from '../../Log';

0 commit comments

Comments
 (0)