Skip to content

Commit

Permalink
Update backend/src/histories/schema/histories.schema.ts
Browse files Browse the repository at this point in the history
Co-authored-by: scarf <[email protected]>
  • Loading branch information
nyj001012 and scarf005 authored Sep 19, 2024
1 parent 37b75b6 commit 14a325a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/histories/schema/histories.schema.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { z } from 'nestjs-zod/z';
import { z } from 'zod';

export const getHistoriesRequestSchema = z.object({
who: z
Expand Down

0 comments on commit 14a325a

Please sign in to comment.