Skip to content

Commit

Permalink
Revert Device log changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Dec 13, 2024
1 parent 308da63 commit bcb1491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/device/components/DeviceLog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default {
unmounted () {
// need to unsubscribe here
const topic = `ff/v1/${this.device.team.id}/d/${this.device.id}/logs`
this.client.publish(`${topic}/heartbeat`, 'leaving')
// this.client.publish(`${topic}/heartbeat`, 'leaving')
setTimeout(() => this.disconnectMQTT())
clearInterval(this.keepAliveInterval)
},
Expand Down

0 comments on commit bcb1491

Please sign in to comment.