This commit is contained in:
crusader 2018-04-10 15:13:02 +09:00
parent 637cdaca24
commit b5631d8e1a

View File

@ -104,7 +104,7 @@ func (s *WebappServlets) Handshake(servletCtx server.ServletCtx, ctx *fasthttp.R
}) })
if nil != err { if nil != err {
return nil, nil return nil, err
} }
var claims jwt.MapClaims var claims jwt.MapClaims