Skip to content

Commit 26b30e0

Browse files
myabcCopilot
andauthored
Update frontend/src/turbo/confirm.ts
Co-authored-by: Copilot <[email protected]>
1 parent 808d7c4 commit 26b30e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/turbo/confirm.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ export function confirm(
4646
dangerHighlighting
4747
}))
4848
.then(
49-
() => { return true; },
50-
() => { return false; }
49+
() => true,
50+
() => false
5151
);
5252
}
5353

0 commit comments

Comments
 (0)