~xenrox/10man-web

bc5c4497f2809ef75adb4cf60d7a4e06a71dca65 — Marius Riedl 2 years ago 963ecb7
Fix codestyle
1 files changed, 2 insertions(+), 2 deletions(-)

M src/registerServiceWorker.ts
M src/registerServiceWorker.ts => src/registerServiceWorker.ts +2 -2
@@ 7,7 7,7 @@ if (process.env.NODE_ENV === "production") {
    ready() {
      console.log(
        "App is being served from cache by a service worker.\n" +
          "For more details, visit https://goo.gl/AFskqB"
          "For more details, visit https://goo.gl/AFskqB",
      );
    },
    registered() {


@@ 24,7 24,7 @@ if (process.env.NODE_ENV === "production") {
    },
    offline() {
      console.log(
        "No internet connection found. App is running in offline mode."
        "No internet connection found. App is running in offline mode.",
      );
    },
    error(error) {