Skip to content

Commit

Permalink
Merge pull request #991 from themooks/TypescriptTypo
Browse files Browse the repository at this point in the history
[NO-JIRA] JS SDK - fixing typo in typescript definition
  • Loading branch information
themooks authored Jan 27, 2025
2 parents 3d87d2a + 6db75c6 commit e25c884
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ declare class DefaultHttpClient {
setTimeout(timeout: number): void;
setHttpsAgent(httpsAgent: any): void;
request(httpRequestOptions: HttpRequestOptions): Promise<any>;
toAxiosConfig(httpRequestOptions: RequestOptions): any;
toAxiosConfig(httpRequestOptions: HttpRequestOptions): any;
}

declare class Logger {
Expand Down

0 comments on commit e25c884

Please sign in to comment.