🔧 Fixes to volumeGroup method, updated moleculer
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -367,7 +367,7 @@ export default class ImportService extends Service {
|
||||
},
|
||||
{
|
||||
$match: {
|
||||
count: { $gte: 2 },
|
||||
count: { $gte: 1 },
|
||||
},
|
||||
},
|
||||
{ $sort: { updatedAt: -1 } },
|
||||
|
||||
Reference in New Issue
Block a user