diff options
Diffstat (limited to 'internal/db/session.go')
-rw-r--r-- | internal/db/session.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/session.go b/internal/db/session.go index de6ef2eb1..944fa4215 100644 --- a/internal/db/session.go +++ b/internal/db/session.go @@ -25,5 +25,5 @@ import ( // Session handles getting/creation of router sessions. type Session interface { - GetSession(ctx context.Context) (*gtsmodel.RouterSession, Error) + GetSession(ctx context.Context) (*gtsmodel.RouterSession, error) } |