Skip to content

Commit

Permalink
remove run_time
Browse files Browse the repository at this point in the history
  • Loading branch information
meme112233 committed Aug 5, 2024
1 parent 15c96a3 commit daa958a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/hdf-converters/src/msft-secure-score-mapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@ export class MsftSecureScoreMapper extends BaseConverter {
data: ControlScore & {implementationStatus: string}
) => data.implementationStatus
},
start_time: {transformer: () => this.data.createdDateTime},
run_time: 0
start_time: {transformer: () => this.data.createdDateTime}
}
]
}
Expand Down

0 comments on commit daa958a

Please sign in to comment.