Skip to content

Commit

Permalink
fix: Changing contract id to mission id
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadhb committed Jun 9, 2024
1 parent 869d901 commit 0061a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validators.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ export const DisputeSchema = Joi.object({
description: Joi.string(),
respondent_id: Joi.string().uuid().required(),
category_id: Joi.string().uuid().required(),
contract_id: Joi.string().uuid().required(),
mission_id: Joi.string().uuid().required(),
evidences: Joi.array().items(Joi.string().uuid()),
});

Expand Down

0 comments on commit 0061a9b

Please sign in to comment.