From 294ee0062da5f537e3cc84f6b12c2f5f7b571ab5 Mon Sep 17 00:00:00 2001 From: Salakar Date: Tue, 18 Jul 2017 06:03:35 +0100 Subject: [PATCH] [messaging][js] fixed EE issue --- lib/modules/messaging/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/messaging/index.js b/lib/modules/messaging/index.js index b7940074..0b36e133 100644 --- a/lib/modules/messaging/index.js +++ b/lib/modules/messaging/index.js @@ -71,7 +71,7 @@ function finish(data) { */ export default class Messaging extends ModuleBase { constructor(firebaseApp: Object, options: Object = {}) { - super(firebaseApp, options, 'Messaging'); + super(firebaseApp, options, 'Messaging', true); } get EVENT_TYPE() {