fix: model coerce (#1806)

This commit is contained in:
Janny 2019-12-13 01:33:58 -05:00 committed by GitHub
parent c7535ff67c
commit bc82f2e7a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1607,6 +1607,7 @@ DataAccessObject._coerce = function(where, props) {
self._coerce(clauses[k]);
}
where[p] = clauses;
continue;
}