Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BlythMeister authored Oct 5, 2024
1 parent b708946 commit d1a18e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/366x366/companion/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ companion.wakeInterval = 300000;
console.log("Enable monitoring of significant location changes");
companion.monitorSignificantLocationChanges = true;

msgq.addEventListener("message", (messageKey, message) => {
msgq.onMessage((messageKey, message) => {
if (messageKey === "send-all-settings") {
setDefaultSettings();
sendAllSettings();
Expand Down

0 comments on commit d1a18e2

Please sign in to comment.