You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Refactored handling of multiple sync targets
This commit is contained in:
@ -185,12 +185,10 @@ class FileApiDriverOneDrive {
|
||||
};
|
||||
|
||||
let context = options ? options.context : null;
|
||||
|
||||
let url = null;
|
||||
let url = context ? context.nextLink : null;
|
||||
let query = null;
|
||||
if (context) {
|
||||
url = context.nextLink;
|
||||
} else {
|
||||
|
||||
if (!url) {
|
||||
url = this.makePath_(path) + ':/delta';
|
||||
query = this.itemFilter_();
|
||||
query.select += ',deleted';
|
||||
|
Reference in New Issue
Block a user