Skip to content

Commit

Permalink
update firebase admin
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Jan 27, 2025
1 parent ce69769 commit 007206e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"cors": "~2.8.5",
"express": "~4.21.2",
"express-rate-limit": "~7.5.0",
"firebase-admin": "~12.7.0",
"firebase-admin": "~13.0.2",
"freshdesk-client": "~1.9.1",
"lru-cache": "~11.0.2",
"mongodb": "~6.12.0",
Expand Down
2 changes: 1 addition & 1 deletion src/services/notificationService.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import admin, { ServiceAccount } from 'firebase-admin';
import syncService from './syncService';
import log from '../lib/log';
import * as serviceAccount from '../../config/serviceAccountKey.json';
import serviceAccount from '../../config/serviceAccountKey.json';
import transactionDecoder from './transactionDecoder';
import blockchains from './blockchains';

Expand Down

0 comments on commit 007206e

Please sign in to comment.