Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Hu <[email protected]>
  • Loading branch information
charleshu-8 committed Jul 23, 2024
1 parent 7a270f0 commit 53a2ace
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libs/hdf-converters/src/msft-secure-score-mapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ export class MsftSecureScoreMapper extends BaseConverter {
transformer: (
data: ControlScore & {implementationStatus: string}
) => {
const remediations = this.getProfiles(data.controlName || '')
const remediations = this.getProfiles(
data.controlName || ''
)
.filter((profile) => profile.remediation !== undefined)
.map((profile) => profile.remediation);

Expand Down

0 comments on commit 53a2ace

Please sign in to comment.