Skip to content

Commit

Permalink
fix failing http-client tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brcrista committed Apr 26, 2022
1 parent f59bcb0 commit fc57cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/http-client/src/interfaces.ts
Expand Up @@ -94,5 +94,5 @@ export interface IRequestOptions {
export interface ITypedResponse<T> {
statusCode: number
result: T | null
headers: Object
headers: http.IncomingHttpHeaders
}

0 comments on commit fc57cec

Please sign in to comment.