mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-11 13:18:09 +09:00
Fix typo
This commit is contained in:
parent
b68083e101
commit
57a67db7b7
@ -35,12 +35,12 @@ export default function() {
|
|||||||
deliver: {
|
deliver: {
|
||||||
active: activeDeliverJobs,
|
active: activeDeliverJobs,
|
||||||
waiting: deliverJobCounts.waiting,
|
waiting: deliverJobCounts.waiting,
|
||||||
delyaed: deliverJobCounts.delayed
|
delayed: deliverJobCounts.delayed
|
||||||
},
|
},
|
||||||
inbox: {
|
inbox: {
|
||||||
active: activeInboxJobs,
|
active: activeInboxJobs,
|
||||||
waiting: inboxJobCounts.waiting,
|
waiting: inboxJobCounts.waiting,
|
||||||
delyaed: inboxJobCounts.delayed
|
delayed: inboxJobCounts.delayed
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user