Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
haywirecoder authored Sep 23, 2024
1 parent 1fc2c06 commit 93abfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flomain.js
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ class FlobyMoen extends EventEmitter {
// Generate presence ping
try {
const response = await axios.post(FLO_PRESENCE_HEARTBEAT,"", pingrequest);
this.log("Presence ping successful.")
this.log("Presence ping successful.");
} catch(err)
{
this.log.error("Flo error in generating ping: " + err.message);
Expand Down

0 comments on commit 93abfbc

Please sign in to comment.