diff --git a/scnserver/push/firebase.go b/scnserver/push/firebase.go index fc72ca5..22b3733 100644 --- a/scnserver/push/firebase.go +++ b/scnserver/push/firebase.go @@ -65,7 +65,7 @@ func (fb FirebaseConnector) SendNotification(ctx context.Context, user models.Us "notification": gin.H{ "title": msg.Title, "body": msg.ShortContent(), - "sound": "default" + "sound": "default", }, "apns": gin.H{}, }