mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
linter fix.
This commit is contained in:
@ -79,7 +79,7 @@ func (session *SessionCtx) SetConnected(connected bool) {
|
||||
session.socket = nil
|
||||
|
||||
// TODO: Refactor.
|
||||
session.manager.Destroy(session.id)
|
||||
_ = session.manager.Destroy(session.id)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user