Skip to content

Commit

Permalink
chore: added debug change
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Oct 29, 2024
1 parent 92ac615 commit 413f38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const SUNAT_WEBVIEW_URL =
export const getLegalRepresentatives = async (
ruc: string,
): Promise<CompanyLegalRepresentative[] | null> => {
const document = await queryByRuc(ruc, "getRepLeg");
const document = await queryByRuc(ruc, "getRepLeg"); //

const tds = document.querySelectorAll(".panel .table td");
const results: Array<CompanyLegalRepresentative> = [];
Expand Down

0 comments on commit 413f38b

Please sign in to comment.