Skip to content

Commit

Permalink
Fix user-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ATechAdventurer committed Sep 14, 2023
1 parent 6ba5ae9 commit 28fe8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/HTTPLibrary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface Response {

export default class HTTPLibrary implements HTTPClient {
readonly userAgentHeader: Headers = {
'User-Agent': 'liblab/0.1.17 DopplerSDK/3 typescript/5.1.6',
'User-Agent': 'liblab/0.1.17 DopplerSDK/1.1.3 typescript/5.2.2',
};

readonly retryAttempts: number = 3;
Expand Down

0 comments on commit 28fe8f3

Please sign in to comment.