Skip to content

Commit

Permalink
fix: Fixed check nine digit in Brazil in queryExists (close wppconnec…
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta authored and qeternity committed May 12, 2024
1 parent d5b17b6 commit 47dbfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contact/functions/queryExists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export async function queryExists(
result = null;
} else {
result = {
wid: wid,
wid: result.id,
biz: typeof result.business !== 'undefined',
bizInfo: result.business,
disappearingMode:
Expand Down

0 comments on commit 47dbfae

Please sign in to comment.