All: Fixed model ID issue

pull/165/head
Laurent Cozic 2018-01-14 17:11:44 +00:00
parent a442a49e2f
commit faade0afe2
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ class BaseModel {
o = temp;
const modelId = temp.id;
let modelId = temp.id;
let query = {};
const timeNow = time.unixMs();