fix(stats): keep lexical rollup backfill async

This commit is contained in:
2026-08-15 22:46:00 -07:00
parent e53f6d61ff
commit 05da8cf86a
6 changed files with 45 additions and 12 deletions
+1
View File
@@ -76,6 +76,7 @@ export function useVocabulary() {
})
.catch((chartError: unknown) => {
console.error('Failed to load vocabulary charts', chartError);
if (!cancelled) chartRetryTimer = setTimeout(loadCharts, 1_000);
});
};
loadCharts();