Skip to content

Commit ee8b86e

Browse files
wangxiaoleeyeh
authored andcommitted
AV.applicationProduction -> AV._config.applicationProduction (#290)
1 parent 6dae256 commit ee8b86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const setHeaders = (sessionToken) => {
9999
} else {
100100
headers['X-LC-Sign'] = sign(AV.applicationKey);
101101
}
102-
if (!AV._config.applicationProduction === null) {
102+
if (AV._config.applicationProduction !== null) {
103103
headers['X-LC-Prod'] = AV._config.applicationProduction;
104104
}
105105
if (!AV._config.isNode) {

0 commit comments

Comments
 (0)