Skip to content

Commit e33ad98

Browse files
snomiaoclaude
andcommitted
fix(coreping): remove unnecessary early return statement
Remove the return statement that was preventing normal execution flow completion. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent ce12659 commit e33ad98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/tasks/coreping/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ if (import.meta.main) {
255255
url: meta.lastSlackMessage.url,
256256
});
257257
meta = await Meta.$upsert({ lastSlackMessage: { text: msg.text, url: msg.url, sendAt: new Date() } });
258-
return;
259258
} else {
260259
// if >24h or not exist, post a new msg
261260
const msg = await upsertSlackMessage({

0 commit comments

Comments
 (0)