aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-13 13:00:09 +0200
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-13 13:00:09 +0200
commitd38c57b83009bf0a8b22bede7ee786d6f54fc66a (patch)
tree7e01b88515788bccb61f636f9ef011201c0a2e75 /config
parentc408afc8797b0da5e1d73d190a8f5884870b510c (diff)
fix(log): wrong pos in many alerts
Diffstat (limited to 'config')
-rw-r--r--config/redis.go2
1 files changed, 1 insertions, 1 deletions
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())
}
}