Improve sync scripts

This commit is contained in:
zkldi
2021-11-07 06:25:34 +00:00
parent 33be384658
commit f0227a54fd
2 changed files with 2 additions and 2 deletions
@@ -3,6 +3,7 @@
import { execSync } from "child_process";
import { monkDB } from "external/mongo/db";
import fjsh from "fast-json-stable-hash";
import fs from "fs";
import CreateLogCtx, { KtLogger } from "lib/logger/logger";
import { TachiConfig } from "lib/setup/config";
@@ -12,7 +13,6 @@ import os from "os";
import path from "path";
import { ChartDocument, FolderDocument, SongDocument, TableDocument } from "tachi-common";
import { InitaliseFolderChartLookup } from "utils/folder";
import fjsh from "fast-json-stable-hash";
interface SyncInstructions {
pattern: RegExp;