forked from FoundKeyGang/FoundKey
fix missing parameter name
This commit is contained in:
parent
965ee4b041
commit
b04ef21b6e
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ export function deliver(content: IActivity|IActivity[], to: string | null) {
|
|||
user: {
|
||||
id: user.id,
|
||||
},
|
||||
byActor[actor],
|
||||
content: byActor[actor],
|
||||
to,
|
||||
};
|
||||
deliverQueue.add(data, {
|
||||
|
|
Loading…
Reference in a new issue