Skip to content

Commit

Permalink
include missing kind, in agencyRefersToOtherAgency in api v2
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeBu committed Dec 9, 2024
1 parent 0400e15 commit b1a42e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const conventionReadPublicV2Schema: z.Schema<ConventionReadPublicV2Dto> =
.object({
id: z.string(),
name: z.string(),
kind: z.string(),
})
.optional(),
}),
Expand Down

0 comments on commit b1a42e8

Please sign in to comment.