1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00

chore(ci): fix lint

This commit is contained in:
wdvxdr 2021-05-23 16:11:31 +08:00
parent dca96982b5
commit c5239d7c86
No known key found for this signature in database
GPG Key ID: 55FF1414A69CEBA6

View File

@ -96,6 +96,8 @@ func qrcodeLogin() error {
return err return err
} }
return loginResponseProcessor(res) return loginResponseProcessor(res)
case client.QRCodeImageFetch, client.QRCodeWaitingForScan:
// ignore
} }
} }
} }