fix(Queue): InboxやDeliverキューにdataフィールドが空のジョブが登録されないように (MisskeyIO#307)
This commit is contained in:
parent
c64be8b9f9
commit
efee8f45f9
2 changed files with 8 additions and 2 deletions
|
@ -121,7 +121,7 @@ export class QueueService {
|
|||
content,
|
||||
to: d[0],
|
||||
isSharedInbox: d[1],
|
||||
} as DeliverJobData,
|
||||
},
|
||||
opts,
|
||||
})));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue