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:
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
Block a user