From cad98ae2cde68c1ac6d26b27bb74c3a59a5ef3ca Mon Sep 17 00:00:00 2001 From: Guillaume Vagner <guillaume.vagner@supelec.fr> Date: Thu, 21 Feb 2019 01:04:32 +0100 Subject: [PATCH] comments --- telegram.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/telegram.js b/telegram.js index 0699093..0d9b601 100644 --- a/telegram.js +++ b/telegram.js @@ -17,11 +17,11 @@ var schedules = {}; // En cas de redémarrage de l'appli -query(`SELECT chatId, schedule FROM channel WHERE schedule <> ""`).then(rep => { - rep.forEach(chan => { - - }) -}) +// query(`SELECT chatId, schedule FROM channel WHERE schedule <> ""`).then(rep => { +// rep.forEach(chan => { +// +// }) +// }) // A la connexion, création d'un document Channel dans MongoDB -- GitLab