From aaa1f31945060ae058dafcf88595917abdc30514 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Wed, 13 Dec 2023 21:16:17 -0700 Subject: [PATCH] fix one single linting problem --- src/App.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index e386370..05bbe0a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -329,7 +329,10 @@ export default class App extends Vue { } } catch (error) { if (window.location.host.startsWith("localhost")) { - console.log("Ignoring this error getting VAPID for local development:", error); + console.log( + "Ignoring this error getting VAPID for local development:", + error, + ); } else { console.error("Got an error initializing notifications:", error); this.$notify(