We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe05d46 commit 915634bCopy full SHA for 915634b
src/services/postmon.js
@@ -55,7 +55,7 @@ function extractCepValuesFromResponse (responseObject) {
55
function throwApplicationError (error) {
56
const serviceError = new ServiceError({
57
message: error.message,
58
- service: 'viacep'
+ service: 'postmon'
59
})
60
61
if (error.name === 'FetchError') {
0 commit comments