Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit bff1948

Browse files
authored
chore: beta not required (#17)
we've decided not to require beta header on this endpoint
1 parent f3cfc89 commit bff1948

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2994,7 +2994,6 @@ class LDClient {
29942994
headers: {
29952995
Authorization: accessToken.toString('base64'),
29962996
'User-Agent': 'deployment-events-action',
2997-
'LD-API-Version': 'beta',
29982997
},
29992998
});
30002999
this.baseUri = baseUri;

src/client.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export default class LDClient {
77
headers: {
88
Authorization: accessToken.toString('base64'),
99
'User-Agent': 'deployment-events-action',
10-
'LD-API-Version': 'beta',
1110
},
1211
});
1312
this.baseUri = baseUri;

0 commit comments

Comments
 (0)