Skip to content

Commit 0a206e7

Browse files
committed
chore: additional fix removing any type on return
1 parent 47dda84 commit 0a206e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/flow/fix.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ export default class FlowFix extends SfCommand<ScanResult> {
6464
summary: {
6565
message: `Fixed ${outMessage}`,
6666
},
67-
} as {} as ScanResult;
67+
} as ScanResult;
6868
}
6969
}

0 commit comments

Comments
 (0)