Skip to content

Commit e5742d9

Browse files
committed
Update X-Stream-Client header
1 parent 9239648 commit e5742d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaseApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class BaseApi {
2727
Authorization: this.apiConfig.token,
2828
'stream-auth-type': 'jwt',
2929
'Content-Type': 'application/json',
30-
'X-Stream-Client': 'stream-node-' + process.env.PKG_VERSION,
30+
'X-Stream-Client': 'stream-node-v' + process.env.PKG_VERSION,
3131
'Accept-Encoding': 'gzip',
3232
'x-client-request-id': clientRequestId,
3333
};

0 commit comments

Comments
 (0)