Spaces:
Running
Running
Update app.js
Browse files
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 |
-
|
| 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 |
|