fix param
This commit is contained in:
parent
f2794ac539
commit
2d12c9977d
@ -304,7 +304,8 @@ export default class RemotelySavePlugin extends Plugin {
|
||||
this.app.vault.configDir,
|
||||
this.settings.syncUnderscoreItems ?? false,
|
||||
this.settings.ignorePaths ?? [],
|
||||
this.settings.password
|
||||
this.settings.password,
|
||||
this.settings.serviceType
|
||||
);
|
||||
mixedEntityMappings = await getSyncPlanInplace(
|
||||
mixedEntityMappings,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user