fix(beforeSave): Skip Sanitizing Database results (#7003)
* fix(beforeSave): Skip Sanitizing Database results * fix test
This commit is contained in:
@@ -235,7 +235,7 @@ RestWrite.prototype.runBeforeSaveTrigger = function () {
|
||||
this.query,
|
||||
this.data,
|
||||
this.runOptions,
|
||||
false,
|
||||
true,
|
||||
true
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user