phase 3 bug repositories fixes
This commit is contained in:
@@ -16,6 +16,8 @@ const fileDiffsSchema = z.array(fileDiffSchema)
|
||||
const repositorySchema = z.object({
|
||||
id: z.number(),
|
||||
ownerId: z.number(),
|
||||
ownerName: z.string(),
|
||||
isEmpty: z.boolean(),
|
||||
name: z.string(),
|
||||
description: z.string(),
|
||||
isPrivate: z.boolean(),
|
||||
|
||||
Reference in New Issue
Block a user