Skip to content

Commit

Permalink
Added missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwasow committed Jun 7, 2023
1 parent 7de8535 commit d9a12ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/utils/firebase.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import admin from 'firebase-admin'
import { getMessaging, type Message } from 'firebase-admin/messaging'
import {
getMessaging,
type TokenMessage,
type Message,
} from 'firebase-admin/messaging'
import { readFileSync } from 'fs'
import { type PoolClient } from 'pg'
import { getPlayersInGame } from './commonRequest'
Expand Down

0 comments on commit d9a12ae

Please sign in to comment.