From 2d12c9977da8724f29d25e858fe5744572067c50 Mon Sep 17 00:00:00 2001 From: fyears <1142836+fyears@users.noreply.github.com> Date: Mon, 18 Mar 2024 00:48:53 +0800 Subject: [PATCH] fix param --- src/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index b9d51b3..e54b21d 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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,