Skip to content

Commit

Permalink
fix: remove sharekey from detail schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo committed Aug 9, 2023
1 parent 8c30f95 commit 0132812
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/BandalartDetail.ts
Expand Up @@ -12,6 +12,5 @@ export const BandalartDetailSchema = z.object({
.string({ description: '달성 목표일' })
.datetime({ offset: true })
.nullable(),
shareKey: z.string({ description: '공유 키' }).nullable(),
});
export type BandalartDetail = z.infer<typeof BandalartDetailSchema>;

0 comments on commit 0132812

Please sign in to comment.