Skip to content

Commit

Permalink
fixed service ref in mqtt
Browse files Browse the repository at this point in the history
  • Loading branch information
joyja committed Mar 23, 2020
1 parent 268e008 commit 68c8c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/mqtt.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class Mqtt extends Model {
}
}
this.pubsub.publish('serviceUpdate', {
serviceUpdate: this.mqtt.service
serviceUpdate: this.service
})
})
}
Expand Down

0 comments on commit 68c8c01

Please sign in to comment.