Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Zork33 committed Dec 22, 2020
1 parent 8eb17ed commit 8cbdae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hope/_invoke.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export default oncePerServices(function (services) {
if (newResult) result.throwIfError(); else return;
}

if (!actionDesc.skipValidation) {
if (!actionDesc.skipValidate) {
docDesc.$$validate(localResult, newDoc, {access, beforeAction: true, strict: false});
if (localResult.isError) {
result.error(`doc.invalidDocBeforeAction`, {docType: type, action});
Expand Down

0 comments on commit 8cbdae4

Please sign in to comment.