Skip to content

Commit 77632bf

Browse files
committed
Fix: build failed via Meteor Up
1 parent 7bac64c commit 77632bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/client/fileUpload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Template.afFileUpload.events({
102102
let ctx;
103103
try {
104104
ctx = AutoForm.getValidationContext(template.formId);
105-
} catch {
105+
} catch (e) {
106106
// Fix: "TypeError: Cannot read property '_resolvedSchema' of undefined"
107107
ctx = AutoForm.getValidationContext();
108108
}

0 commit comments

Comments
 (0)