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 db8d1cd commit d33b7c8Copy full SHA for d33b7c8
src/request.js
@@ -121,7 +121,7 @@ const setHeaders = (sessionToken, signKey) => {
121
}
122
123
if (AV._config.applicationProduction !== null) {
124
- headers['X-LC-Prod'] = AV._config.applicationProduction;
+ headers['X-LC-Prod'] = String(AV._config.applicationProduction);
125
126
if (!AV._config.isNode) {
127
headers['X-LC-UA'] = `AV/${AV.version}`;
0 commit comments