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

@@ -57,12 +57,7 @@ vi.mock('./db.js', () => {
taskUpdatedAt: string;
intentKind: string;
}) =>
[
args.chatJid,
args.taskId,
args.taskUpdatedAt,
args.intentKind,
].join(':');
[args.chatJid, args.taskId, args.taskUpdatedAt, args.intentKind].join(':');
return {
createServiceHandoff: vi.fn(),