ProtonMail / go-proton-api

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

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

Closed LBeernaertProton closed 10 months ago

LBeernaertProton commented 10 months 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.