mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 04:09:15 +01:00
fix(federation): 🐛 Fix incorrect property in Delete
This commit is contained in:
parent
c9a79a48da
commit
f8fe1305cb
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ export const DeleteSchema = EntitySchema.extend({
|
|||
type: z.literal("Delete"),
|
||||
author: z.string().url().nullable(),
|
||||
deleted_type: z.string(),
|
||||
target: z.string().url(),
|
||||
deleted: z.string().url(),
|
||||
});
|
||||
|
||||
export const FollowSchema = EntitySchema.extend({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue