Skip to content

Commit 915634b

Browse files
Fix service error
1 parent fe05d46 commit 915634b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/postmon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function extractCepValuesFromResponse (responseObject) {
5555
function throwApplicationError (error) {
5656
const serviceError = new ServiceError({
5757
message: error.message,
58-
service: 'viacep'
58+
service: 'postmon'
5959
})
6060

6161
if (error.name === 'FetchError') {

0 commit comments

Comments
 (0)