mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Fix typo
This commit is contained in:
parent
b68083e101
commit
57a67db7b7
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