fix missing parameter name

This commit is contained in:
Johann150 2023-05-01 20:45:47 +02:00
parent c00272ced8
commit 7f7fbc291e
Signed by: Johann150
GPG Key ID: 9EE6577A2A06F8F1
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ export async function deliver(content: IActivity|IActivity[], to: string | null,
user: {
id: user.id,
},
byActor[actor],
content: byActor[actor],
to,
deletingUserId,
};