forked from jsnbuchanan/crowd-funder-for-time-pwa
bump to v 0.1.5 and other misc tweaks
This commit is contained in:
@@ -395,12 +395,12 @@ async function setMostRecentNotified(id) {
|
||||
data["lastNotifiedClaimId"] = id;
|
||||
await updateRecord(store, data);
|
||||
} else {
|
||||
console.error("Record not found");
|
||||
console.error("IndexedDB settings record not found.");
|
||||
}
|
||||
|
||||
transaction.oncomplete = () => db.close();
|
||||
} catch (error) {
|
||||
console.error("Database error: " + error.message);
|
||||
console.error("IndexedDB error:", error);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user