This commit is contained in:
Daniel Ponte 2022-12-20 20:34:53 -05:00
parent 6443443c6b
commit 6bd36a59c5
3 changed files with 16 additions and 16 deletions

View file

@ -293,7 +293,6 @@ func (a *authenticator) ValidateAccessToken(token AccessToken) *RefreshToken {
return nil return nil
} }
return uvIssRT return uvIssRT
} }

View file

@ -122,6 +122,7 @@ type cmdMsg struct {
} }
type MsgType string type MsgType string
const ( const (
ResultMsgType MsgType = "result" ResultMsgType MsgType = "result"
) )