Skip to content

Commit

Permalink
fix: adding more debug as there are issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikZed committed Oct 18, 2023
1 parent c792808 commit 9a08cf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/integration-kencove-api/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ export class KencoveApiClient {
result_count: number;
next_page: string;
}> {
this.logger.debug(`requesting contacts from ${fromDate}`);
const response = await this.axiosInstance.get(
`/ecom/contact/kencove?limit=200&offset=${offset}&from_date=${fromDate.toISOString()}`,
{
Expand Down

0 comments on commit 9a08cf7

Please sign in to comment.