Skip to content

Commit

Permalink
πŸ‘·β€β™‚οΈ ES Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-dimitru committed Jun 29, 2019
1 parent 78ff914 commit 65e6f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/client/fileUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ Template.afFileUpload.helpers({
if (accept) {
const config = { config: { accept } };
return Object.assign({}, config, currentUpload);
} else {
return currentUpload;
}

return currentUpload;
},
currentUpload() {
return Template.instance().currentUpload.get();
Expand Down

0 comments on commit 65e6f52

Please sign in to comment.