Skip to content

Commit 2d99640

Browse files
committed
refactor: Remove unnecessary variable #1570
1 parent 9db0261 commit 2d99640

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/app/components/key-result-type/key-result-type.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export class KeyResultTypeComponent implements AfterContentInit {
114114

115115
calculateValueForField(values: MetricValue, field: KeyResultMetricField) {
116116
const roundToTwoDecimals = (num: number) => parseFloat(num.toFixed(2));
117-
const calculatedField: any = {};
118117

119118
switch (field) {
120119
case KeyResultMetricField.BASELINE: {

0 commit comments

Comments
 (0)