From 1c7724701b2c82ae6762bdcfd07a5a08d85789b0 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 3 Sep 2024 00:17:24 +0900 Subject: 変数名のgithubの綴りに違和感があったので修正 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/signUpSchema.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/signUpSchema.ts') 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(), }) -- cgit v1.2.3