yazid138 пре 2 година
родитељ
комит
0eee4c4a76
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      controller/graph.controller.js

+ 1 - 1
controller/graph.controller.js

@@ -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 = [