Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Dec 13, 2024
1 parent bcb1491 commit d30cdfa
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 @@ -50,7 +50,7 @@ export default {
},
unmounted () {
// need to unsubscribe here
const topic = `ff/v1/${this.device.team.id}/d/${this.device.id}/logs`
// const topic = `ff/v1/${this.device.team.id}/d/${this.device.id}/logs`
// this.client.publish(`${topic}/heartbeat`, 'leaving')
setTimeout(() => this.disconnectMQTT())
clearInterval(this.keepAliveInterval)
Expand Down

0 comments on commit d30cdfa

Please sign in to comment.