mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-22 20:07:30 -06:00
fix null returned session (#159)
This commit is contained in:
parent
2eefaa0227
commit
1582cf8bad
5 changed files with 103 additions and 22 deletions
|
|
@ -27,5 +27,4 @@ import (
|
|||
// Session handles getting/creation of router sessions.
|
||||
type Session interface {
|
||||
GetSession(ctx context.Context) (*gtsmodel.RouterSession, Error)
|
||||
CreateSession(ctx context.Context) (*gtsmodel.RouterSession, Error)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue