This commit is contained in:
Rizki
2026-04-10 16:08:33 +07:00
parent fa29631a6b
commit 2bf3fead6d

View File

@ -879,7 +879,7 @@ class JustificationAdapter extends Adapter{
let division = req.body.division || ''; let division = req.body.division || '';
let sort = req.body.sort || 'latest'; let sort = req.body.sort || 'latest';
const orderBy = sort === 'past' ? 'udt ASC' : 'udt DESC'; const orderBy = sort === 'past' ? 'id ASC' : 'id DESC';
let swherenik=""; let swherenik="";
if(nik){ if(nik){