Fixed folders in same location being out of tree order

This commit is contained in:
Stefan Zermatten
2023-06-07 15:11:35 +02:00
parent 308f3e735b
commit 40b04e519f

View File

@@ -11,6 +11,10 @@ function getFolders(creatureId, tab, location) {
removed: { $ne: true },
tab,
location,
}, {
sort: {
order: 1,
}
});
}