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 6dae256 commit ee8b86eCopy full SHA for ee8b86e
src/request.js
@@ -99,7 +99,7 @@ const setHeaders = (sessionToken) => {
99
} else {
100
headers['X-LC-Sign'] = sign(AV.applicationKey);
101
}
102
- if (!AV._config.applicationProduction === null) {
+ if (AV._config.applicationProduction !== null) {
103
headers['X-LC-Prod'] = AV._config.applicationProduction;
104
105
if (!AV._config.isNode) {
0 commit comments