Update app/services/kredits.js
Co-authored-by: Garret Alfert <alfert@wevelop.de>
This commit is contained in:
@@ -482,7 +482,6 @@ export default Service.extend({
|
|||||||
await this.browserCache[collection].setItem(o.id, o.serialize());
|
await this.browserCache[collection].setItem(o.id, o.serialize());
|
||||||
}
|
}
|
||||||
console.debug(`[kredits] Cached ${this[collection].length} ${collection} in browser storage`);
|
console.debug(`[kredits] Cached ${this[collection].length} ${collection} in browser storage`);
|
||||||
return Promise.resolve();
|
|
||||||
},
|
},
|
||||||
|
|
||||||
async loadObjectsFromCache (objectClass) {
|
async loadObjectsFromCache (objectClass) {
|
||||||
|
|||||||
Reference in New Issue
Block a user