Skip to content

Commit

Permalink
fix(fileLoader): incorrect return location
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst authored Oct 28, 2022
1 parent 7d6f01b commit 52c627b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/fileLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ export default ({ proxyManager, girder }) => ({
index: fileIndex,
error,
});
return ret;
}
return ret;
}
}

Expand Down

0 comments on commit 52c627b

Please sign in to comment.