style: prettier formatting from pre-commit hook
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -105,10 +105,7 @@ export function evaluateTaskSuspension(
|
||||
/**
|
||||
* Apply suspension to a task in the DB.
|
||||
*/
|
||||
export function suspendTask(
|
||||
taskId: string,
|
||||
suspendedUntil: string,
|
||||
): void {
|
||||
export function suspendTask(taskId: string, suspendedUntil: string): void {
|
||||
updateTask(taskId, { suspended_until: suspendedUntil });
|
||||
logger.info(
|
||||
{ taskId, suspendedUntil },
|
||||
|
||||
Reference in New Issue
Block a user