@@ -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,