We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4496016 commit 25879caCopy full SHA for 25879ca
src/commands/fix/handle-fix.mts
@@ -87,7 +87,7 @@ export async function handleFix(
87
await outputFixResult(
88
{
89
ok: true,
90
- data: ''
+ data: '',
91
},
92
outputKind,
93
)
0 commit comments