Skip to content

Commit

Permalink
fix: Map.get returns a reference, not a copied object
Browse files Browse the repository at this point in the history
  • Loading branch information
vcheckzen committed Oct 28, 2024
1 parent 644d92a commit 6badd88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front-end/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,6 @@

loadedPages.files = loadedPages.files.concat(data.files);
loadedPages.skipToken = data.skipToken;
window.fileCache.set(loadedPages.parent, loadedPages);
renderPage(null, loadedPages, true);
isRequestInProgress = false;
},
Expand Down

0 comments on commit 6badd88

Please sign in to comment.