We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bec6f7 commit f28cd6eCopy full SHA for f28cd6e
app/tasks/coreping/index.tsx
@@ -249,7 +249,7 @@ if (import.meta.main) {
249
if (
250
meta.lastSlackMessage &&
251
meta.lastSlackMessage.sendAt &&
252
- new Date().getTime() - new Date(meta.lastSlackMessage.sendAt).getTime() < 24 * 60 * 60 * 1000
+ new Date().getTime() - new Date(meta.lastSlackMessage.sendAt).getTime() < 23.9 * 60 * 60 * 1000
253
) {
254
const msg = await upsertSlackMessage({
255
text: notifyMessage,
0 commit comments