sessions: remove unused property
This commit is contained in:
parent
03fef08314
commit
1d070b1a62
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ type Session struct {
|
||||||
token string
|
token string
|
||||||
closed chan struct{}
|
closed chan struct{}
|
||||||
pings chan struct{}
|
pings chan struct{}
|
||||||
timer *time.Timer
|
|
||||||
store Store
|
store Store
|
||||||
notice string
|
notice string
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue