removed notification badge
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Xeovalyte 2022-11-14 16:57:31 +01:00
parent fed9f4ff0f
commit 56dfc370c1

View File

@ -142,7 +142,6 @@ app.post('/sendmessage', async (req, res) => {
apns: {
payload: {
aps: {
badge: 1,
sound: 'default'
}
}