more fixes

This commit is contained in:
Peter M Elias
2024-12-28 01:11:04 -08:00
committed by Peter M. Elias
parent d9ae0911b9
commit f4122ff231
2 changed files with 2 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ export const GitHubRepositorySchema = z.object({
const GithubFileContentLinks = z.object({
self: z.string(),
git: z.number().nullable(),
git: z.string().nullable(),
html: z.string().nullable()
});