mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 08:54:54 +00:00
Order users by creation date in ascending order
This commit is contained in:
@ -37,6 +37,9 @@ export class ProjectUserService {
|
||||
'isEnabled',
|
||||
],
|
||||
relations: ['roleType'],
|
||||
order: {
|
||||
createdAt: 'ASC',
|
||||
},
|
||||
});
|
||||
|
||||
const normalizedUsers = allUsers.map((user) => {
|
||||
|
||||
Reference in New Issue
Block a user