Skip to content

Commit 65e6f52

Browse files
committed
👷‍♂️ ES Linting
1 parent 78ff914 commit 65e6f52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/client/fileUpload.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ Template.afFileUpload.helpers({
9191
if (accept) {
9292
const config = { config: { accept } };
9393
return Object.assign({}, config, currentUpload);
94-
} else {
95-
return currentUpload;
9694
}
95+
96+
return currentUpload;
9797
},
9898
currentUpload() {
9999
return Template.instance().currentUpload.get();

0 commit comments

Comments
 (0)