aboutsummaryrefslogtreecommitdiff
path: root/src/signUpSchema.ts
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-09-03 00:17:24 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-09-03 00:17:24 +0900
commit1c7724701b2c82ae6762bdcfd07a5a08d85789b0 (patch)
tree6a5b2caccfea017517d4ded9ed8f6b715663d8a6 /src/signUpSchema.ts
parent2d236ab98ad475a49657341dd7033e32627fe297 (diff)
変数名のgithubの綴りに違和感があったので修正
Diffstat (limited to 'src/signUpSchema.ts')
-rw-r--r--src/signUpSchema.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/signUpSchema.ts b/src/signUpSchema.ts
index 3b75ba1..338e137 100644
--- a/src/signUpSchema.ts
+++ b/src/signUpSchema.ts
@@ -44,8 +44,8 @@ const favLangSchema = z.object({
export const form3Schema = z.object({
// favLangs: z.array(favLangSchema),
- hasGitHubRepo: z.boolean(),
- gitHubUsername: z.string(),
+ hasGithubRepo: z.boolean(),
+ githubUsername: z.string(),
repoName: z.string(),
})