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