FIX: Jshint
This commit is contained in:
parent
c5ec6a6f89
commit
0d417611a6
|
@ -592,7 +592,6 @@ export default ObjectController.extend(SelectedPostsCount, BufferedContent, {
|
||||||
|
|
||||||
const self = this;
|
const self = this;
|
||||||
this.messageBus.subscribe("/topic/" + this.get('model.id'), function(data) {
|
this.messageBus.subscribe("/topic/" + this.get('model.id'), function(data) {
|
||||||
console.log(data);
|
|
||||||
const topic = self.get('model');
|
const topic = self.get('model');
|
||||||
|
|
||||||
if (data.notification_level_change) {
|
if (data.notification_level_change) {
|
||||||
|
|
Loading…
Reference in New Issue