style: apply prettier formatting

This commit is contained in:
ejclaw
2026-04-09 13:55:59 +09:00
parent 0f994ab2ce
commit 000e672ca8
6 changed files with 58 additions and 77 deletions

View File

@@ -619,13 +619,7 @@ export function refreshPairedTaskExecutionLeaseInDatabase(
AND expires_at >= ?
`,
)
.run(
now,
computeExecutionLeaseExpiry(now),
args.taskId,
args.runId,
now,
);
.run(now, computeExecutionLeaseExpiry(now), args.taskId, args.runId, now);
return result.changes > 0;
}