Add missing comma
All checks were successful
Build Docker and Deploy / Build Docker Container (push) Successful in 56s
Build Docker and Deploy / Run Unit-Tests (push) Successful in 8m43s
Build Docker and Deploy / Deploy to Server (push) Successful in 29s

This commit is contained in:
2025-12-03 16:43:05 +01:00
parent 26d2854617
commit d932410802

View File

@@ -65,7 +65,7 @@ func (fb FirebaseConnector) SendNotification(ctx context.Context, user models.Us
"notification": gin.H{ "notification": gin.H{
"title": msg.Title, "title": msg.Title,
"body": msg.ShortContent(), "body": msg.ShortContent(),
"sound": "default" "sound": "default",
}, },
"apns": gin.H{}, "apns": gin.H{},
} }