Skip to content

Commit 821e427

Browse files
committed
Improve Typescript support
1 parent c3b2fc0 commit 821e427

File tree

3 files changed

+2323
-2318
lines changed

3 files changed

+2323
-2318
lines changed

lib/api-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ApiClient {
4545
url: url,
4646
headers: {'Accept': 'application/json',
4747
'Content-Type': 'application/json',
48-
'User-Agent': 'recombee-node-api-client/4.1.1'},
48+
'User-Agent': 'recombee-node-api-client/4.1.2'},
4949
timeout: request.timeout,
5050
agent: this.options.agent
5151
};

0 commit comments

Comments
 (0)