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 c04bab3 commit 4009d41Copy full SHA for 4009d41
1 file changed
lib/av-extra.js
@@ -4,7 +4,7 @@ var crypto = require('crypto');
4
5
AV._config.disableCurrentUser = true;
6
AV.Promise.setPromisesAPlusCompliant(true);
7
-AV._config.applicationProduction = AV.Cloud.__prod;
+AV.setProduction(AV.Cloud.__prod);
8
9
AV.Object.prototype.disableBeforeHook = function() {
10
this.set('__before', signDisableHook('__before_for_' + this.className, new Date().getTime()));
0 commit comments