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 9ff9bc4 commit e0ea3fcCopy full SHA for e0ea3fc
src/app-router.js
@@ -6,6 +6,7 @@ function AppRouter(AV) {
6
this.lockedUntil = 0;
7
Cache.getAsync('serverURLs')
8
.then(data => {
9
+ if (this.disabled) return;
10
if (!data) return this.lock(0);
11
const { serverURLs, lockedUntil } = data;
12
this.AV._setServerURLs(serverURLs, false);
0 commit comments