Skip to content

Commit

Permalink
test: update type for http request
Browse files Browse the repository at this point in the history
  • Loading branch information
cemreyavuz committed Sep 23, 2022
1 parent 36a65bf commit 55217ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/httpClient/cdfHttpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export class CDFHttpClient extends RetryableHttpClient {

type Response401Handler = (
err: HttpError,
request: HttpRequest,
request: RetryableHttpRequest,
retry: () => void,
reject: () => void
) => void;

0 comments on commit 55217ba

Please sign in to comment.