|  | @@ -11,7 +11,7 @@ module.exports = mongoose.model(
 | 
	
		
			
				|  |  |      {
 | 
	
		
			
				|  |  |        no_sanksi: String,
 | 
	
		
			
				|  |  |        laporan: { type: Types.ObjectId, unique: true, ref: laporan },
 | 
	
		
			
				|  |  | -      user: { type: Types.ObjectId, unique: true, ref: user },
 | 
	
		
			
				|  |  | +      user: { type: Types.ObjectId, ref: user },
 | 
	
		
			
				|  |  |        pelanggaran: [{ type: Types.ObjectId, ref: pelanggaran }],
 | 
	
		
			
				|  |  |        keterangan: String,
 | 
	
		
			
				|  |  |        aktif: { type: Boolean, default: true },
 |