chore: added orderBy field to query to fetch childCollectionList

This commit is contained in:
Balu Babu
2023-04-08 05:33:05 +05:30
committed by Akash K
parent 100664f77e
commit 7668be50ae

View File

@@ -869,6 +869,9 @@ export class UserCollectionService {
parentID: collectionID,
type: reqType,
},
orderBy: {
orderIndex: 'asc',
},
});
// Create a list of child collection and request data ready for export