Skip to content
Snippets Groups Projects
Commit 362d7e42 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

sort

parent afbe69f4
No related branches found
No related tags found
1 merge request!479Draft: feat(dashboard) : create dashboard !
Pipeline #123911 passed
......@@ -92,6 +92,7 @@ export class OrientationService {
.populate('structureChoice', 'structureName')
.populate('socialWorker', 'name surname')
.populate('orientator', 'name surname')
.sort({ createdAt: 1 })
.exec();
const updatedOrientations = await Promise.all(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment