fix(log): wrong pos in many alerts

This commit is contained in:
Anhgelus Morhtuuzh 2025-05-13 13:00:09 +02:00
parent c408afc879
commit d38c57b830
Signed by: anhgelus
GPG key ID: CAD341EFA92DDDE5
5 changed files with 46 additions and 46 deletions

View file

@ -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())
}
}