Skip to content

Commit

Permalink
add missing return in getDefaultHeaders (tastytrade#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
osdevisnot authored Mar 5, 2024
1 parent 10b2ee7 commit a79a21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/tastytrade-http-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class TastytradeHttpClient{
headers["User-Agent"] = 'tastytrade-sdk-js'
}

headers
return headers
}

private async executeRequest(method: string, url: string, data: object = {}, headers: object = {}, params: object = {}) {
Expand Down

0 comments on commit a79a21f

Please sign in to comment.