Skip to content

Commit

Permalink
add semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorosty committed Mar 18, 2024
1 parent 8cd353a commit 70e9cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ const vfsActionFactory = (core, proc, win, dialog, state) => {
}

return uploadList;
}
};

const uploadFileAndFolderList = async (list) => {
const files = list.map(({file}) => file).filter((file) => file);
Expand Down Expand Up @@ -400,7 +400,7 @@ const vfsActionFactory = (core, proc, win, dialog, state) => {
dialog('error', error, __('MSG_UPLOAD_ERROR'));
}
d.destroy();
}
};

const uploadBrowserFiles = async (items) => {

Check warning on line 405 in index.js

View workflow job for this annotation

GitHub Actions / Lint tests (node latest)

Expected to return a value at the end of async arrow function
if (!supportsUploadingFolders) {
Expand Down

0 comments on commit 70e9cc6

Please sign in to comment.