Skip to content

Commit 6bb8459

Browse files
committed
Fix TypeScript type casting in cmd-fix.mts
1 parent 8150d15 commit 6bb8459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/fix/cmd-fix.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ async function run(
269269
// We patched in this feature with `npx custompatch meow` at
270270
// socket-cli/patches/meow#13.2.0.patch.
271271
unknownFlags = [],
272-
} = cli.flags as {
272+
} = cli.flags as unknown as {
273273
applyFixes: boolean
274274
autopilot: boolean
275275
exclude: string[]

0 commit comments

Comments
 (0)