From d932410802547e603be0dd05be70a1cc6e493fab Mon Sep 17 00:00:00 2001 From: Andreas Higel Date: Wed, 3 Dec 2025 16:43:05 +0100 Subject: [PATCH] Add missing comma --- scnserver/push/firebase.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{}, }