Skip to content

Commit

Permalink
### 0.10.8
Browse files Browse the repository at this point in the history
- log fix
  • Loading branch information
Andrea Sponziello committed Feb 12, 2024
1 parent 5dac871 commit f4a224c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tiledesk-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

**This library is on npm: https://www.npmjs.com/package/@tiledesk/tiledesk-client**

### 0.10.8
- log fix

### 0.10.7
- fix: added libs mqtt, body-parser to packege.json

Expand Down
2 changes: 1 addition & 1 deletion tiledesk-client/mqtt-route.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ router.post('/connect', async (req, res) => {
});

async function startApp(settings, completionCallback) {
console.log("Starting Tilebot...", settings);
console.log("Starting MQTT Test route...", settings);

if (settings.LOG_STATUS === true) {
LOG_STATUS = settings.LOG_STATUS;
Expand Down

0 comments on commit f4a224c

Please sign in to comment.