Skip to content

Commit

Permalink
Resolve namespace firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
kurnhyalcantara committed May 29, 2021
1 parent c57f100 commit 45402f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/notifications/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { NOTIFICATIONS_STATUS, UPDATE_NOTIFICATIONS_STATUS } from './types';

// TODO: Refactor this file

let messaging: firebase.default.messaging.Messaging;
let messaging: firebase.messaging.Messaging;

export const initializeMessaging = () => {
return new Promise((resolve) => {
Expand Down

0 comments on commit 45402f9

Please sign in to comment.