Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Jan 3, 2025
1 parent 80c4a05 commit 4b3bda1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws/services/lookupService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export class LookupService {
async get(url: string, queryParams?: Record<string, unknown>) {
console.log(`Sending GET request for ${url}...`);

console.log(queryParams);

return await this.httpService.get(url, this.u, this.p);
}
}

0 comments on commit 4b3bda1

Please sign in to comment.