diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-03-12 10:46:25 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-03-12 10:46:25 +0900 |
| commit | 0e97fec451b6b0979c903a82b5dddee12becd926 (patch) | |
| tree | 2fd5e166840727e9878e7ba3e30368c9a598b785 /src/daemons/queue-stats.ts | |
| parent | New Crowdin translations (#4469) (diff) | |
| download | sharkey-0e97fec451b6b0979c903a82b5dddee12becd926.tar.gz sharkey-0e97fec451b6b0979c903a82b5dddee12becd926.tar.bz2 sharkey-0e97fec451b6b0979c903a82b5dddee12becd926.zip | |
Fix typo
Diffstat (limited to 'src/daemons/queue-stats.ts')
| -rw-r--r-- | src/daemons/queue-stats.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemons/queue-stats.ts b/src/daemons/queue-stats.ts index 2d5a6fc1be..f242f3d9f3 100644 --- a/src/daemons/queue-stats.ts +++ b/src/daemons/queue-stats.ts @@ -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 } }; |