fix(sync): remove an unused const
All checks were successful
Actions / Build and Push Documentation (push) Successful in 18s

This commit is contained in:
cswimr 2025-02-13 00:12:19 -06:00
parent e8873f3ce8
commit c54c2acb1d
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -139,7 +139,6 @@ export async function iteratePackwizIndex(
}
console.log(state);
side = side.toLowerCase() as Side;
const hashes: { [fileName: string]: HashInfo } = {};
return new Promise<void>((resolve, reject) => {
function downloadNextFile() {