🔧 Fixes to volumeGroup method, updated moleculer

This commit is contained in:
2022-01-27 20:28:18 -08:00
parent c3ef3055fd
commit 880a9ff12c
5 changed files with 42 additions and 29 deletions

View File

@@ -141,7 +141,6 @@ export default class ApiService extends Service {
console.log(
"File detected, starting import..."
);
// this walking business needs to go, SACURATAYYY, SACURATAYYY!! This dude needs to go.
const walkedFolder: IFolderData =
await broker.call("import.walkFolders", {
basePathToWalk: path,

View File

@@ -367,7 +367,7 @@ export default class ImportService extends Service {
},
{
$match: {
count: { $gte: 2 },
count: { $gte: 1 },
},
},
{ $sort: { updatedAt: -1 } },