summaryrefslogtreecommitdiffstats
path: root/toolkit/components/normandy/Normandy.sys.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/normandy/Normandy.sys.mjs')
-rw-r--r--toolkit/components/normandy/Normandy.sys.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/components/normandy/Normandy.sys.mjs b/toolkit/components/normandy/Normandy.sys.mjs
index 653461df48..ce30bb8456 100644
--- a/toolkit/components/normandy/Normandy.sys.mjs
+++ b/toolkit/components/normandy/Normandy.sys.mjs
@@ -78,7 +78,7 @@ export var Normandy = {
await this.finishInit();
},
- async observe(subject, topic, data) {
+ async observe(subject, topic) {
if (topic === UI_AVAILABLE_NOTIFICATION) {
Services.obs.removeObserver(this, UI_AVAILABLE_NOTIFICATION);
this.uiAvailableNotificationObserved.resolve();