@@ -396,7 +396,7 @@ exports.laporanSelesai = handleError(async (req, res) => {
exports.jumlahStatusLaporan = handleError(async (req, res) => {
let dataPembina = await laporanModel.find({
aktif: true,
- })
+ }).sort({'e.pt.pembina.nama': 1})
const user = req.user
dataPembina = [