Skip to content

Commit

Permalink
chore: additional fix removing any type on return
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Jan 14, 2025
1 parent 47dda84 commit 0a206e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/flow/fix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ export default class FlowFix extends SfCommand<ScanResult> {
summary: {
message: `Fixed ${outMessage}`,
},
} as {} as ScanResult;
} as ScanResult;
}
}

0 comments on commit 0a206e7

Please sign in to comment.