yazid138 3 years ago
parent
commit
58b1727823
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controller/sanksi.controller.js

+ 1 - 1
controller/sanksi.controller.js

@@ -69,7 +69,7 @@ exports.create = handleError(async (req, res) => {
   })
   await laporanModel.findByIdAndUpdate(laporan._id, {
     sanksi: data._id,
-    aktif: false,
+    // aktif: false,
   })
   await pemantauanModel.create({
     laporan: laporan._id,