mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
fix(federation): 🐛 Fix incorrect property in Delete
This commit is contained in:
parent
c9a79a48da
commit
f8fe1305cb
|
|
@ -177,7 +177,7 @@ export const DeleteSchema = EntitySchema.extend({
|
||||||
type: z.literal("Delete"),
|
type: z.literal("Delete"),
|
||||||
author: z.string().url().nullable(),
|
author: z.string().url().nullable(),
|
||||||
deleted_type: z.string(),
|
deleted_type: z.string(),
|
||||||
target: z.string().url(),
|
deleted: z.string().url(),
|
||||||
});
|
});
|
||||||
|
|
||||||
export const FollowSchema = EntitySchema.extend({
|
export const FollowSchema = EntitySchema.extend({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue