Fix `assignees` field in `patchSchema`
We are returning assignees in patches as Author from radicle-httpd since March 2024 with commit 5329d45d72a03e5ba06e206b4ef2f2cb5f32e67a, so
we should also parse patches with the correct zod schema.
This shouldn’t break any up to date radicle-httpd, this change was already in radicle-httpd before we started with versioning it.
👉 Preview 👉 Workflow runs 👉 Branch on GitHub
1 file changed
+1
-1
e9c783f0
→
fb851314
modified http-client/lib/repo/patch.ts
@@ -92,7 +92,7 @@ export const patchSchema = object({
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|