Skip to content

Commit

Permalink
dumb error
Browse files Browse the repository at this point in the history
i dont even remember adding that line, i'm getting tired of this
  • Loading branch information
Ronny12301 committed May 18, 2024
1 parent c2c3249 commit 5c9450c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ client.on("message", (topic, message) => {
storeMessage(mqttMessage).then(() => {
console.log("Message stored successfully.");
}).catch((error) => {
conon("message", (topic, sole.error("Error storing message:", error);
console.error("Error storing message:", error);
});
}
catch (e) {
Expand Down

0 comments on commit 5c9450c

Please sign in to comment.