mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 12:53:09 +02:00
Fix typo
This commit is contained in:
parent
e8c8626ee4
commit
0e97fec451
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue