Browse Source

commit aja

yazid138 3 years ago
parent
commit
5060047d22
1 changed files with 2 additions and 2 deletions
  1. 2 2
      controller/laporan.controller.js

+ 2 - 2
controller/laporan.controller.js

@@ -446,7 +446,7 @@ exports.laporanByPembina = handleError(async (req, res) => {
   const { idPembina } = req.params
   const {
     penjadwalan,
-    pemeriksaa,
+    pemeriksaan,
     sanksi,
     keberatan,
     banding,
@@ -466,7 +466,7 @@ exports.laporanByPembina = handleError(async (req, res) => {
     isLaporan = true
     isSanksi = false
   }
-  if (pemeriksaa === 'true') {
+  if (pemeriksaan === 'true') {
     where.evaluasi = {
       $exists: true,
       $ne: null,