Skip to content

Commit 72c8609

Browse files
sulkaharoMilosKozak
authored andcommitted
Merge master to dev so Git is in sync (#7834)
* Allow DELETE via PATCH/UPDATE operation too * rollback wrong commit Co-authored-by: Milos Kozak <m.kozak@sysop.cz>
1 parent 67cb18f commit 72c8609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api3/generic/update/validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ function validate (opCtx, doc, storageDoc, options) {
4545
return opTools.validateCommon(doc, res, { isPatching });
4646
}
4747

48-
module.exports = validate;
48+
module.exports = validate;

0 commit comments

Comments
 (0)