mirror of
https://codeberg.org/diginaut/digimarks.git
synced 2026-02-04 08:10:26 +01:00
No need to await this
This commit is contained in:
@@ -105,7 +105,7 @@ document.addEventListener('alpine:init', () => {
|
|||||||
this.cache[this.userKey]['tags'] = await tagsResponse.json();
|
this.cache[this.userKey]['tags'] = await tagsResponse.json();
|
||||||
|
|
||||||
/* Filter bookmarks by (blacklisted) tags */
|
/* Filter bookmarks by (blacklisted) tags */
|
||||||
await this.filterBookmarksByTags();
|
this.filterBookmarksByTags();
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user