feat: implement pbUpsert helper for streamlined database operations and update related functions
This commit is contained in:
@@ -33,7 +33,6 @@ export const storage = {
|
||||
} catch (e) {
|
||||
if (e.name === 'QuotaExceededError' || e.code === 22) {
|
||||
console.error(`Storage quota exceeded when setting ${key}.`);
|
||||
// We could implement a strategy here to clear old cached kb:tests
|
||||
} else {
|
||||
console.error(`Error saving ${key} to storage:`, e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user