mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-21 03:58:05 +01:00
feat(arabot): add order to order by to findNotes
This commit is contained in:
@@ -27,6 +27,10 @@ export async function findNotes(userId: string, active: boolean) {
|
||||
userId,
|
||||
active,
|
||||
},
|
||||
orderBy:
|
||||
{
|
||||
id: 'asc',
|
||||
},
|
||||
});
|
||||
|
||||
return note;
|
||||
|
||||
Reference in New Issue
Block a user