summaryrefslogtreecommitdiff
path: root/pkg/model/session.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/model/session.go')
-rw-r--r--pkg/model/session.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/model/session.go b/pkg/model/session.go
index afa6a77..8b2bb01 100644
--- a/pkg/model/session.go
+++ b/pkg/model/session.go
@@ -8,7 +8,7 @@ type SessionContextKey struct{}
type Session struct {
Id string
- AccountId int
+ AccountId string
Created time.Time
Updated time.Time
Data any