Skip to content

Commit

Permalink
Update packages/active-campaign-client/src/clients/activeCampaignClie…
Browse files Browse the repository at this point in the history
…nt.ts

Co-authored-by: Marco Ponchia <[email protected]>
  • Loading branch information
tommaso1 and MarcoPonchia authored Dec 16, 2024
1 parent 53f3ea1 commit 49f2320
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export class ActiveCampaignClient {
reject(new Error('Failed to parse response data'));
}
} else {
console.log(data);
reject(
new Error(`Request failed with status code ${res.statusCode}`)
);
Expand Down

0 comments on commit 49f2320

Please sign in to comment.