1
0
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:
Laurent Cozic
2017-08-21 19:56:40 +02:00
parent 36743bb4d7
commit 97c73b22d1
6 changed files with 7 additions and 6 deletions

View File

@@ -106,7 +106,7 @@ class BaseModel {
}
static shortId(id) {
return id.substr(0, 4);
return id.substr(0, 5);
}
static loadByPartialId(partialId) {