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
|
||||
closed chan struct{}
|
||||
pings chan struct{}
|
||||
timer *time.Timer
|
||||
store Store
|
||||
notice string
|
||||
|
||||
|
|
Loading…
Reference in a new issue