Skip to content

Commit

Permalink
Merge master to dev so Git is in sync (nightscout#7834)
Browse files Browse the repository at this point in the history
* Allow DELETE via PATCH/UPDATE operation too

* rollback wrong commit

Co-authored-by: Milos Kozak <m.kozak@sysop.cz>
  • Loading branch information
sulkaharo and MilosKozak committed Jan 15, 2023
1 parent fd701e9 commit bc8ccc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api3/generic/update/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ function validate (opCtx, doc, storageDoc, options) {
return opTools.validateCommon(doc, res, { isPatching });
}

module.exports = validate;
module.exports = validate;

0 comments on commit bc8ccc8

Please sign in to comment.