Skip to content

Commit df1b39a

Browse files
committed
🎉 fixes #1288
1 parent 6fd92c8 commit df1b39a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/RestWrite.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ RestWrite.prototype.runBeforeTrigger = function() {
169169
if (this.query && this.query.objectId) {
170170
delete this.data.objectId
171171
}
172+
return this.validateSchema();
172173
}
173174
});
174175
};
@@ -302,7 +303,7 @@ RestWrite.prototype.handleAuthData = function(authData) {
302303
'this auth is already used');
303304
}
304305
}
305-
}
306+
}
306307
return Promise.resolve();
307308
});
308309
}

0 commit comments

Comments
 (0)