Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix `assignees` field in `patchSchema`
Sebastian Martinez committed 1 year ago
commit fb85131404cc78dfe10a1d0f2ebfbac1a5628d9c
parent e9c783f04a747089739fcf35779dcea59d2f4ace
1 file changed +1 -1
modified http-client/lib/repo/patch.ts
@@ -92,7 +92,7 @@ export const patchSchema = object({
  target: string(),
  labels: array(string()),
  merges: array(mergeSchema),
-
  assignees: array(string()),
+
  assignees: array(authorSchema),
  revisions: array(revisionSchema),
});