6745-2404_testToMaster #1950

Merged
alexm merged 191 commits from 6745-2404_testToMaster into master 2024-01-25 07:39:13 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 2415e22258 - Show all commits

View File

@ -271,7 +271,7 @@ class VnMySQL extends MySQL {
isLoggable(model) {
const Model = this.getModelDefinition(model).model;
const {settings} = Model.definition;
return settings?.mixins?.Loggable;
return settings.mixins?.Loggable;
}
invokeMethod(method, args, model, ctx, opts, cb) {