Skip to content

Commit

Permalink
#3019 - Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoblit committed Aug 24, 2023
1 parent 369f109 commit 233dd1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ function prefetchRender(tmpls, baseUrl, cacheEl) {
if (svgContent) cacheEl.innerHTML += svgContent;
});

return files.filter((file, i) => !!svgs[i]);
return files.filter((_, i) => !!svgs[i]);
});
}

0 comments on commit 233dd1b

Please sign in to comment.