fix lint issue
parent
9ea52360b3
commit
c0f7a9d723
|
|
@ -34,5 +34,5 @@ func NewRedisSession(redisConf *config.RedisConf) (*RedisSession, error) {
|
|||
|
||||
// Close : close redis session
|
||||
func (r *RedisSession) Close() {
|
||||
r.Client.Close()
|
||||
_ = r.Client.Close()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue