fix export in Session struct

This commit is contained in:
cyber-dream 2022-10-28 15:27:13 +03:00
parent ceb5cac7ea
commit 802442edba

View File

@ -5,8 +5,8 @@ import (
) )
type Session struct { type Session struct {
expirateAt time.Time ExpirateAt time.Time
gameId string GameId string
} }
type JSSessionInterface struct { type JSSessionInterface struct {