everydaytok commited on
Commit
f985877
·
verified ·
1 Parent(s): 7da35b3

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -389,7 +389,7 @@ app.post('/automated-briefing', async (req, res) => {
389
  const todayDate = today.getDate();
390
 
391
  if (isFrozen) return res.json({ status: "skipped_frozen" });
392
- if (lastThrustDate === todayDate) return res.json({ status: "skipped_exists" });
393
 
394
  const currentDateString = today.toLocaleDateString('en-US', { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' });
395
 
 
389
  const todayDate = today.getDate();
390
 
391
  if (isFrozen) return res.json({ status: "skipped_frozen" });
392
+ // if (lastThrustDate === todayDate) return res.json({ status: "skipped_exists" });
393
 
394
  const currentDateString = today.toLocaleDateString('en-US', { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' });
395