Skip to content

Commit

Permalink
fix: fixed typing
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelFerrand committed Oct 7, 2024
1 parent 9a28240 commit 5d19d80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions back/src/bsds/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ export const bsdSearchSchema: yup.SchemaOf<
.array()
.of(maxLengthString(GET_BSDS_ACTOR_MAX_LENGTH).required()) as any,
isToCollectFor: yup
.array()
.of(maxLengthString(GET_BSDS_ACTOR_MAX_LENGTH).required()) as any,
isReturnFor: yup
.array()
.of(maxLengthString(GET_BSDS_ACTOR_MAX_LENGTH).required()) as any
});

0 comments on commit 5d19d80

Please sign in to comment.