mirror of
https://codeberg.org/diginaut/digimarks.git
synced 2026-02-04 07:00: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();
|
||||
|
||||
/* Filter bookmarks by (blacklisted) tags */
|
||||
await this.filterBookmarksByTags();
|
||||
this.filterBookmarksByTags();
|
||||
this.loading = false;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user