From 68557a3556cbaa0c3ed41d0c1806cbafa614ff9e Mon Sep 17 00:00:00 2001 From: Mohammed Imran Date: Thu, 16 Jan 2025 13:25:34 +0530 Subject: [PATCH] fix typo --- conversion_helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conversion_helpers.go b/conversion_helpers.go index 5efa4e1..23fed70 100644 --- a/conversion_helpers.go +++ b/conversion_helpers.go @@ -82,7 +82,7 @@ type queueStateSnapshot struct { MemoryUsage int64 `json:"memory_usage_bytes"` // Total number of tasks in the queue. Size int `json:"size"` - // Totoal number of groups in the queue. + // Total number of groups in the queue. Groups int `json:"groups"` // Latency of the queue in milliseconds. LatencyMillisec int64 `json:"latency_msec"`