Skip to content

Commit

Permalink
feat: remove max number of split records
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Jul 18, 2022
1 parent 33b56a5 commit f45f971
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/validations/units.validations.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,5 @@ export const unitsSplitSchema = Joi.object({
}),
)
.min(2)
.max(2)
.required(),
});

0 comments on commit f45f971

Please sign in to comment.