You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Tools: Apply eslint rule "no-multi-spaces"
This commit is contained in:
@@ -245,7 +245,7 @@ function shimInit(sharp = null, keytar = null, React = null) {
|
||||
const fileStat = await shim.fsDriver().stat(targetPath);
|
||||
resource.size = fileStat.size;
|
||||
|
||||
const saveOptions = { isNew: true };
|
||||
const saveOptions = { isNew: true };
|
||||
if (options.userSideValidation) saveOptions.userSideValidation = true;
|
||||
return Resource.save(resource, saveOptions);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user