fix one single linting problem

This commit is contained in:
2023-12-13 21:16:17 -07:00
parent 17c632eb16
commit aaa1f31945

View File

@@ -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(