aboutsummaryrefslogtreecommitdiff
path: root/vnext/server/sender.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/server/sender.js')
-rw-r--r--vnext/server/sender.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/server/sender.js b/vnext/server/sender.js
index 257c79f7..d5272bfb 100644
--- a/vnext/server/sender.js
+++ b/vnext/server/sender.js
@@ -24,7 +24,7 @@ const fcmConfig = {
serviceAccountKey: process.env.JUICK_FCM_SERVICE_ACCOUNT_FILE
}
-console.log(`fcm config: ${JSON.stringify(fcmConfig)}`)
+log(`fcm config: ${JSON.stringify(fcmConfig)}`)
const push = new PushNotifications({
...config,