mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
Fix typo
This commit is contained in:
@@ -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
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user