@tiledesk/tiledesk-tybot-connector 0.2.138-rc1 → 0.2.138-rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -609,7 +609,7 @@ router.post('/block/:project_id/:bot_id/:block_id', async (req, res) => {
|
|
|
609
609
|
|
|
610
610
|
async function startApp(settings, completionCallback) {
|
|
611
611
|
console.log("Starting Tilebot...");
|
|
612
|
-
|
|
612
|
+
console.log("Starting Tilebot with Settings:", settings);
|
|
613
613
|
if (settings.bots) { // static bots data source
|
|
614
614
|
staticBots = settings.bots;
|
|
615
615
|
}
|