From d38c57b83009bf0a8b22bede7ee786d6f54fc66a Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 13 May 2025 13:00:09 +0200 Subject: fix(log): wrong pos in many alerts --- config/redis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/redis.go b/config/redis.go index 8aa370d..bfec5a0 100644 --- a/config/redis.go +++ b/config/redis.go @@ -23,6 +23,6 @@ func CloseRedisClient() { } err := redisClient.Close() if err != nil { - utils.SendAlert("exp/member.go - Closing redis client", err.Error()) + utils.SendAlert("config/redis.go - Closing redis client", err.Error()) } } -- cgit v1.2.3