Skip to content

Commit d07fa7d

Browse files
committed
cepaberto: fully disable
1 parent 69aa725 commit d07fa7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cep-promise.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

33
import CepPromiseError from './errors/cep-promise.js'
4-
import { CepAbertoService, CorreiosService, ViaCepService } from './services/index.js'
4+
import { CorreiosService, ViaCepService } from './services/index.js'
55
import Promise from './utils/promise-any.js'
66

77
const CEP_SIZE = 8
@@ -59,7 +59,6 @@ function validateInputLength (cepWithLeftPad) {
5959

6060
function fetchCepFromServices (cepWithLeftPad) {
6161
return Promise.any([
62-
CepAbertoService(cepWithLeftPad),
6362
CorreiosService(cepWithLeftPad),
6463
ViaCepService(cepWithLeftPad)
6564
])

0 commit comments

Comments
 (0)