(now = getNow())
| 7 | const API_URL = `https://www.bcb.gov.br/content/estabilidadefinanceira/participantes_pix/lista-participantes-instituicoes-em-adesao-pix-`; |
| 8 | |
| 9 | const buildDate = (now = getNow()) => formatDate(now.toDate(), 'YYYYMMDD'); |
| 10 | |
| 11 | function isEqual(requiredHeaders, headers) { |
| 12 | if (!Array.isArray(requiredHeaders) || !Array.isArray(headers)) { |
no test coverage detected