mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-02 02:42:47 +02:00
linter fix.
This commit is contained in:
parent
a8173ce02f
commit
e4fa855f7b
2 changed files with 2 additions and 4 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue