mirror of https://github.com/laurent22/joplin.git
All: Fixed model ID issue
parent
a442a49e2f
commit
faade0afe2
|
@ -271,7 +271,7 @@ class BaseModel {
|
|||
|
||||
o = temp;
|
||||
|
||||
const modelId = temp.id;
|
||||
let modelId = temp.id;
|
||||
let query = {};
|
||||
|
||||
const timeNow = time.unixMs();
|
||||
|
|
Loading…
Reference in New Issue