Skip to content

Commit

Permalink
Update lib/mqtt.js
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen McLaughlin <[email protected]>
  • Loading branch information
hardillb and Steve-Mcl authored Dec 13, 2024
1 parent 0b221ca commit 6b95612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mqtt.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class MQTTClient {
}
}

async checkIn () {
checkIn () {
const payload = this.agent.getState()
if (!payload) {
// No payload means we're busy updating - don't call home
Expand Down

0 comments on commit 6b95612

Please sign in to comment.