fix(beforeSave): Skip Sanitizing Database results (#7003)

* fix(beforeSave): Skip Sanitizing Database results

* fix test
This commit is contained in:
Diamond Lewis
2020-11-11 19:39:25 -06:00
committed by GitHub
parent 568c285369
commit a4c84c09be
2 changed files with 16 additions and 1 deletions

View File

@@ -235,7 +235,7 @@ RestWrite.prototype.runBeforeSaveTrigger = function () {
this.query,
this.data,
this.runOptions,
false,
true,
true
);
} else {