Skip to content

Commit

Permalink
fix: client url undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
elciorodrigo committed Feb 12, 2021
1 parent cc288b9 commit 6d1818c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/whatsapp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export class Whatsapp extends ControlsLayer {
if (!clientUrl)
throw new Error(
'message is missing critical data needed to download the file.'
);
);
let haventGottenImageYet = true;
let res: any;
try {
Expand Down

0 comments on commit 6d1818c

Please sign in to comment.