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 acd4a4b commit 1773109Copy full SHA for 1773109
src/init.js
@@ -58,7 +58,7 @@ let _disableAppRouter = false;
58
* @param {String} [options.region='cn'] region
59
* @param {Boolean} [options.production]
60
* @param {String|ServerURLs} [options.serverURLs] URLs for services. if a string was given, it will be applied for all services.
61
- * @param {Boolean} [options.disableCurrentUser=false]
+ * @param {Boolean} [options.disableCurrentUser]
62
*/
63
AV.init = function init(options, ...params) {
64
if (!isObject(options)) {
@@ -76,7 +76,7 @@ AV.init = function init(options, ...params) {
76
hookKey,
77
region = 'cn',
78
serverURLs,
79
- disableCurrentUser = false,
+ disableCurrentUser,
80
production,
81
realtime,
82
} = options;
0 commit comments