ProtonMail / go-proton-api

Proton API library used by Go-based clients and tools
MIT License
129 stars 17 forks source link

fix(GODT-3106): Fix broken import route #123

Closed LBeernaertProton closed 1 year ago

LBeernaertProton commented 1 year ago

The original fixes to parse the HV error message unfortunately caused those corrected error routes to start failing when tested against live proton servers.

Since HV error parsing was improved in a subsequent patch, we no longer needs the original fix and can therefore revert the changes that are causing issues.