From 4f21a4bc636aa76909021880ba7c822d2d8ca410 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 18 May 2026 21:28:10 +0300 Subject: [PATCH] debug --- src/stores/user_highlight.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stores/user_highlight.js b/src/stores/user_highlight.js index f41c41628..409fe4e17 100644 --- a/src/stores/user_highlight.js +++ b/src/stores/user_highlight.js @@ -262,6 +262,7 @@ export const useUserHighlightStore = defineStore('user_highlight', { this.pushSyncConfig() }, async initUserHighlight(userData) { + console.debug('[HIGHLIGHT] Initializing highlight') const live = userData.user_highlight this.raw = live let cache = this.cache