Skip to content

Commit

Permalink
fix broken :)
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrealf committed Oct 16, 2024
1 parent 43b4f32 commit e6bac91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/job-listing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const JobListingWriteSchema = JobListingSchema.partial({
.extend({
companyId: z.string().ulid(),
})
.partial()
.strict()

export type JobListing = z.infer<typeof JobListingSchema>
export type JobListingId = JobListing["id"]
Expand Down

0 comments on commit e6bac91

Please sign in to comment.