Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Proxwian committed Feb 6, 2024
1 parent 274c0a2 commit a8bfcb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/reducers/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1989,7 +1989,6 @@ export function processForgeManifest(instanceName) {
await pMap(
mirrorManifest?.files,
async item => {
if (!addonsHashmap[item.id]) return;
let ok = false;
let tries = 0;
/* eslint-disable no-await-in-loop */
Expand Down

0 comments on commit a8bfcb5

Please sign in to comment.