Skip to content

Commit

Permalink
FE-51 🔨 merge 충돌 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
newjinlee committed Jul 30, 2024
1 parent 6f48ad0 commit 1113659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/emotion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export type GetMonthlyEmotionLogsRequestType = z.infer<typeof GetMonthlyEmotionL
export type GetMonthlyEmotionLogsResponseType = z.infer<typeof GetMonthlyEmotionLogsResponse>;

export const PostEmotionRequest = z.object({
emotion: z.enum(['MOVED', 'JOY', 'WORRY', 'SADNESS', 'ANGER']),
emotion: z.enum(['MOVED', 'HAPPY', 'WORRIED', 'SAD', 'ANGRY']),
});

export const PostEmotionResponse = z.object({
Expand Down

0 comments on commit 1113659

Please sign in to comment.