Skip to content

Commit

Permalink
WIP notifications discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
zwhitfield3 committed May 6, 2024
1 parent 0bf1b7b commit 2cc227b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export class APIClient {

retries--
try {
console.log('WE ARE HERE!')
const response = await super.request<T>(url, opts)
this.trackRequestIds<T>(response)
return response
Expand Down

0 comments on commit 2cc227b

Please sign in to comment.