From 9e4eafe8d5180133f5bf2bcb96dbf6623ae92c17 Mon Sep 17 00:00:00 2001 From: nimbleghost <132819643+nimbleghost@users.noreply.github.com> Date: Fri, 9 Jun 2023 10:03:11 +0200 Subject: [PATCH] Format --- web/src/app/Api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/app/Api.js b/web/src/app/Api.js index 43b20a74..43bfe283 100644 --- a/web/src/app/Api.js +++ b/web/src/app/Api.js @@ -128,7 +128,7 @@ class Api { endpoint: serializedSubscription.endpoint, auth: serializedSubscription.keys.auth, p256dh: serializedSubscription.keys.p256dh, - topics + topics, }), }); }