fix(recurrence): drop the now-unused child binding
CI & Build / Python lint (push) Successful in 2s
CI & Build / Plugin hooks (push) Successful in 8s
CI & Build / integration (push) Successful in 12s
CI & Build / TypeScript typecheck (push) Successful in 23s
CI & Build / Python tests (push) Successful in 46s
CI & Build / Build & push image (push) Successful in 27s
CI & Build / Python lint (push) Successful in 2s
CI & Build / Plugin hooks (push) Successful in 8s
CI & Build / integration (push) Successful in 12s
CI & Build / TypeScript typecheck (push) Successful in 23s
CI & Build / Python tests (push) Successful in 46s
CI & Build / Build & push image (push) Successful in 27s
The spawn's explicit embed call went with #280 step 3; the create_note result had no other reader. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UaYUaouG9jjhATyuxCKrQs
This commit is contained in:
@@ -125,7 +125,7 @@ async def spawn_recurring_tasks() -> int:
|
|||||||
base_date = task.due_date or now.date()
|
base_date = task.due_date or now.date()
|
||||||
next_due = calculate_next_due(task.recurrence_rule, base_date)
|
next_due = calculate_next_due(task.recurrence_rule, base_date)
|
||||||
try:
|
try:
|
||||||
child = await create_note(
|
await create_note(
|
||||||
task.user_id,
|
task.user_id,
|
||||||
title=task.title,
|
title=task.title,
|
||||||
body=task.body or "",
|
body=task.body or "",
|
||||||
|
|||||||
Reference in New Issue
Block a user