Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove lastCommit from diffBlobSchema
Sebastian Martinez committed 2 years ago
commit 64389809ffafdc34373b0317587ceba43b9e0d4f
parent 0621067804a9ccdd3e5d17c79a24de10e9904d79
1 file changed +0 -1
modified httpd-client/lib/project/commit.ts
@@ -50,7 +50,6 @@ const diffBlobSchema = object({
  binary: boolean(),
  content: string(),
  id: string(),
-
  lastCommit: commitHeaderSchema,
});

export type DiffBlob = z.infer<typeof diffBlobSchema>;