@misalon/common 1.0.6 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ var Publisher = /** @class */ (function () {
|
|
12
12
|
if (err) {
|
13
13
|
return reject(err);
|
14
14
|
}
|
15
|
-
console.log('Event published to subject', _this.subject);
|
15
|
+
console.log('Event published to subject', _this.subject, ' here is our data ', data);
|
16
16
|
resolve();
|
17
17
|
});
|
18
18
|
});
|