randydev commited on
Commit
43678d6
·
verified ·
1 Parent(s): ae19575

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
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.");