You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Fixed argument parsing
This commit is contained in:
@@ -106,7 +106,7 @@ class BaseModel {
|
||||
}
|
||||
|
||||
static shortId(id) {
|
||||
return id.substr(0, 4);
|
||||
return id.substr(0, 5);
|
||||
}
|
||||
|
||||
static loadByPartialId(partialId) {
|
||||
|
||||
Reference in New Issue
Block a user