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 be73b28 commit e65131aCopy full SHA for e65131a
src/request.js
@@ -134,7 +134,7 @@ const setHeaders = (authOptions = {}, signKey) => {
134
setAppId(headers, signKey);
135
}
136
if (AV._config.applicationProduction !== null) {
137
- headers['X-LC-Prod'] = AV._config.applicationProduction;
+ headers['X-LC-Prod'] = String(AV._config.applicationProduction);
138
139
headers[AV._config.isNode ? 'User-Agent' : 'X-LC-UA'] = AV._config.userAgent;
140
0 commit comments