update option function

This commit is contained in:
wayanrivan
2026-04-15 11:16:32 +07:00
parent f68ff49323
commit 4a0c0fd6c6
6 changed files with 6 additions and 6 deletions

View File

@ -99,7 +99,7 @@ export class RoomController {
query.select([
"Room.id",
"Room.room",
]);
]).orderBy("Room.room", "ASC");
const total_count_data = await query.getCount();
const list_data = await query.getMany();