Federation fix

This commit is contained in:
Zef Hemel
2023-12-22 11:45:32 +01:00
parent 82391682f6
commit 581edf92d5
2 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export async function renderTOC(reload = false) {
});
// console.log("All headers", headers);
if (!reload && cachedTOC === JSON.stringify(headers)) {
console.log("TOC is the same, not updating");
// TOC is the same, not updating
return;
}
cachedTOC = JSON.stringify(headers);