rename project

This commit is contained in:
fyears
2021-11-14 22:37:43 +08:00
parent 6459dcd228
commit 14f305adda
6 changed files with 30 additions and 28 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { readAllSyncPlanRecordTexts } from "./localdb";
import type { InternalDBs } from "./localdb";
import { mkdirpInVault } from "./misc";
const DEFAULT_DEBUG_FOLDER = "_debug_save_remote/";
const DEFAULT_DEBUG_FOLDER = "_debug_remotely_save/";
const DEFAULT_SYNC_PLANS_HISTORY_FILE_PREFIX = "sync_plans_hist_exported_on_";
export const exportSyncPlansToFiles = async (db: InternalDBs, vault: Vault) => {