Bug 1969309 - Await ExperimentManager._handleStudiesOptOut a=RyanVM
Original Revision: https://phabricator.services.mozilla.com/D251751 Differential Revision: https://phabricator.services.mozilla.com/D251913
This commit is contained in:
committed by
rvandermeulen@mozilla.com
parent
c3f7a7f666
commit
da517796d3
@@ -379,7 +379,7 @@ export const ExperimentAPI = {
|
||||
|
||||
async _onStudiesEnabledChanged() {
|
||||
if (!this.studiesEnabled) {
|
||||
this.manager._handleStudiesOptOut();
|
||||
await this.manager._handleStudiesOptOut();
|
||||
}
|
||||
|
||||
await this._rsLoader.onEnabledPrefChange();
|
||||
|
||||
Reference in New Issue
Block a user