Skip to content

Commit

Permalink
hotfix/validate-proviers
Browse files Browse the repository at this point in the history
A atual impe mentação está validando apenas o primeiro provider do array de providers passado por parâmetro. Removendo o return, todos os providers serão validados.
  • Loading branch information
bearkfear authored Nov 21, 2020
1 parent 664add8 commit 5a7dc9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cep-promise.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ function validateProviders (providers) {
]
})
}

return provider
}
}

Expand Down

0 comments on commit 5a7dc9f

Please sign in to comment.