Skip to content

Commit 4009d41

Browse files
committed
AV._config.applicationProduction -> AV.setProduction()
1 parent c04bab3 commit 4009d41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/av-extra.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var crypto = require('crypto');
44

55
AV._config.disableCurrentUser = true;
66
AV.Promise.setPromisesAPlusCompliant(true);
7-
AV._config.applicationProduction = AV.Cloud.__prod;
7+
AV.setProduction(AV.Cloud.__prod);
88

99
AV.Object.prototype.disableBeforeHook = function() {
1010
this.set('__before', signDisableHook('__before_for_' + this.className, new Date().getTime()));

0 commit comments

Comments
 (0)