Update index.js
Browse files
index.js
CHANGED
@@ -146,7 +146,7 @@ app.get('/broadcast-user', async (req, res) => {
|
|
146 |
}
|
147 |
}
|
148 |
res.json({ user_id: userIds, count: userIds.length });
|
149 |
-
console.log(storage_dict);
|
150 |
} catch (error) {
|
151 |
console.error("Failed to get data from DB: " + error);
|
152 |
res.status(500).send("Error fetching data from database.");
|
|
|
146 |
}
|
147 |
}
|
148 |
res.json({ user_id: userIds, count: userIds.length });
|
149 |
+
// console.log(storage_dict);
|
150 |
} catch (error) {
|
151 |
console.error("Failed to get data from DB: " + error);
|
152 |
res.status(500).send("Error fetching data from database.");
|