We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9239648 commit e5742d9Copy full SHA for e5742d9
src/BaseApi.ts
@@ -27,7 +27,7 @@ export class BaseApi {
27
Authorization: this.apiConfig.token,
28
'stream-auth-type': 'jwt',
29
'Content-Type': 'application/json',
30
- 'X-Stream-Client': 'stream-node-' + process.env.PKG_VERSION,
+ 'X-Stream-Client': 'stream-node-v' + process.env.PKG_VERSION,
31
'Accept-Encoding': 'gzip',
32
'x-client-request-id': clientRequestId,
33
};
0 commit comments