We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d477252 commit e2d92f7Copy full SHA for e2d92f7
1 file changed
session.go
@@ -118,7 +118,7 @@ func (s *Session) GetSessionStoreWithCtx(ctx *fasthttp.RequestCtx) (sessionStore
118
}
119
120
if tmp, ok := s.ccmap.Get(getCtxPointer(ctx)); ok {
121
- return tmp.(fasthttpsession.SessionStore), nil
+ return tmp.(SessionStore), nil
122
123
return sessionStore, errors.New(fmt.Sprintf("Session store is empty"))
124
0 commit comments