Fix typo
This commit is contained in:
parent
e8c8626ee4
commit
0e97fec451
|
@ -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