forked from jsnbuchanan/crowd-funder-for-time-pwa
update documentation for going to production
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user