forked from FoundKeyGang/FoundKey
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: {
|
||||
active: activeDeliverJobs,
|
||||
waiting: deliverJobCounts.waiting,
|
||||
delyaed: deliverJobCounts.delayed
|
||||
delayed: deliverJobCounts.delayed
|
||||
},
|
||||
inbox: {
|
||||
active: activeInboxJobs,
|
||||
waiting: inboxJobCounts.waiting,
|
||||
delyaed: inboxJobCounts.delayed
|
||||
delayed: inboxJobCounts.delayed
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue