Skip to content

Commit

Permalink
Merge branch 'develop' into feat/#278/refactoring_shop_register
Browse files Browse the repository at this point in the history
  • Loading branch information
kimeodml committed Jun 12, 2024
2 parents 8e77f85 + c86056e commit 75429ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reviewer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"team" : "business"
},
{
"name": "김하나",
"githubName": "hanagertrudeKim",
"name": "윤해진",
"githubName": "haejinyun",
"team" : "user"
},
{
Expand Down Expand Up @@ -51,4 +51,4 @@
"team" : "campus"
}
]
}
}
Binary file added .yarn/cache/fsevents-patch-21ad2b1333-8.zip
Binary file not shown.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
yarnPath: .yarn/releases/yarn-3.8.0.cjs
nodeLinker: pnp
2 changes: 1 addition & 1 deletion src/model/auth/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import z from 'zod';

export const LoginParams = z.object({
email: z.string().email({ message: '이메일 형식이 아닙니다.' }),
email: z.string(),
password: z.string(),
});

Expand Down

0 comments on commit 75429ed

Please sign in to comment.