1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

All: Fixed model ID issue

This commit is contained in:
Laurent Cozic 2018-01-14 17:11:44 +00:00
parent a442a49e2f
commit faade0afe2

View File

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