fix(sync): remove an unused const
All checks were successful
Actions / Build and Push Documentation (push) Successful in 18s
All checks were successful
Actions / Build and Push Documentation (push) Successful in 18s
This commit is contained in:
parent
e8873f3ce8
commit
c54c2acb1d
1 changed files with 0 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue