@credithub/harlan-components 1.85.1 → 1.85.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,7 +28,7 @@ export var ConsultaRfbProvider = function (_a) {
28
28
  var query = useQuery("SELECT FROM 'RFB'.'CERTIDAO'", { documento: documento });
29
29
  /* fallback ReceitaWS – apenas se CNPJ */
30
30
  var queryFallback = isCnpj
31
- ? useQuery("SELECT FROM 'RECEITAWS'.'CNPJ'", { documento: documento }, enableFallback)
31
+ ? useQuery("SELECT FROM 'RFB'.'ATUALIZARCERTIDAO'", { documento: documento }, enableFallback)
32
32
  : undefined;
33
33
  /** clique no botão “Atualizar Dados RFB” */
34
34
  var executeFallback = function () {