mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-22 19:33:27 +01:00
Format
This commit is contained in:
parent
966ffe1669
commit
9e4eafe8d5
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class Api {
|
||||||
endpoint: serializedSubscription.endpoint,
|
endpoint: serializedSubscription.endpoint,
|
||||||
auth: serializedSubscription.keys.auth,
|
auth: serializedSubscription.keys.auth,
|
||||||
p256dh: serializedSubscription.keys.p256dh,
|
p256dh: serializedSubscription.keys.p256dh,
|
||||||
topics
|
topics,
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue