You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Chore: Add test for joplinServerConnected condition (#13352)
This commit is contained in:
@@ -55,7 +55,7 @@ export default class SyncTargetRegistry {
|
||||
}
|
||||
|
||||
public static allIds() {
|
||||
return Object.keys(this.reg);
|
||||
return Object.keys(this.reg).map(key => Number(key));
|
||||
}
|
||||
|
||||
public static nameToId(name: string) {
|
||||
|
||||
Reference in New Issue
Block a user