1
0
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:
2026-01-03 23:45:50 +01:00
parent 9b03d51276
commit 82e4202482

View File

@@ -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;
},