You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Tidy settings and sync creation
This commit is contained in:
@ -2,14 +2,6 @@ import { time } from 'lib/time-utils.js';
|
||||
|
||||
class FileApiDriverMemory {
|
||||
|
||||
syncTargetId() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
syncTargetName() {
|
||||
return 'memory';
|
||||
}
|
||||
|
||||
constructor() {
|
||||
this.items_ = [];
|
||||
this.deletedItems_ = [];
|
||||
|
Reference in New Issue
Block a user