Fix build errors
This commit is contained in:
parent
0cb344ff1f
commit
8dd0a1f3be
|
@ -12,7 +12,7 @@ func NewClient(config *config.MatrixConfig) (*mautrix.Client, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
_, err := client.Login(&mautrix.ReqLogin{
|
||||
_, err = client.Login(&mautrix.ReqLogin{
|
||||
Type: mautrix.AuthTypePassword,
|
||||
Identifier: mautrix.UserIdentifier{
|
||||
Type: mautrix.IdentifierTypeUser,
|
||||
|
|
Loading…
Reference in New Issue