diff --git a/src/classes/ABTest.js b/src/classes/ABTest.js index da4d122b3..76b380256 100644 --- a/src/classes/ABTest.js +++ b/src/classes/ABTest.js @@ -102,6 +102,8 @@ class ABTest { ); // update conf globals.SESSION.abtests = this.tests; + // let clients know that if a test is absent it is not because tests have not yet been fetched + this.hasBeenFetched = true; } }