update documentation for going to production

This commit is contained in:
2023-12-09 22:15:24 -07:00
parent e45689daed
commit f2fb432d2e
2 changed files with 20 additions and 9 deletions

View File

@@ -520,7 +520,11 @@ async function getNotificationCount() {
const most_recent_notified = claims[0]["id"];
await setMostRecentNotified(most_recent_notified);
} else {
console.error("The service worker got a bad response status when fetching claims:", response.status, response);
console.error(
"The service worker got a bad response status when fetching claims:",
response.status,
response,
);
}
break;
}