We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47dda84 commit 0a206e7Copy full SHA for 0a206e7
src/commands/flow/fix.ts
@@ -64,6 +64,6 @@ export default class FlowFix extends SfCommand<ScanResult> {
64
summary: {
65
message: `Fixed ${outMessage}`,
66
},
67
- } as {} as ScanResult;
+ } as ScanResult;
68
}
69
0 commit comments