Fix for issue #213 - EncToken exception (#214)

This commit is contained in:
yulqen 2022-05-06 18:24:30 +01:00 committed by GitHub
parent 3c52837053
commit 9ef1b1c30b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ type MessagePackage struct {
PasswordHint string
Auth interface{} // TODO
Token string
EncToken string
EncToken string `json:",omitempty"`
}
type MessagePackageSet struct {