🔧 Fleshing out save and get settings endpoints

This commit is contained in:
2021-11-18 14:16:55 -08:00
parent e1d8f87a00
commit 6c431b300b
3 changed files with 51 additions and 22 deletions

View File

@@ -111,7 +111,7 @@ export default class ApiService extends Service {
action.data,
{}
);
break;
}
});
@@ -142,9 +142,7 @@ export default class ApiService extends Service {
stat.mtime.getTime() ===
previousPath.mtime.getTime()
) {
logger.info(
"File copy complete, starting import..."
);
logger.info("File detected, starting import...");
const walkedFolders: IFolderData =
await broker.call("import.walkFolders", {
basePathToWalk: path,