Skip to content

Commit 7bac64c

Browse files
committed
Remove spaces
1 parent 7adf4a3 commit 7bac64c

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
@@ -101,7 +101,7 @@ Template.afFileUpload.events({
101101
const upload = template.collection.insert(opts, false);
102102
let ctx;
103103
try {
104-
ctx = AutoForm.getValidationContext(template.formId)
104+
ctx = AutoForm.getValidationContext(template.formId);
105105
} catch {
106106
// Fix: "TypeError: Cannot read property '_resolvedSchema' of undefined"
107107
ctx = AutoForm.getValidationContext();

0 commit comments

Comments
 (0)