Skip to content

Commit d433bda

Browse files
committed
fix: TTA-196 variable was ill defined
1 parent d260b32 commit d433bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/shared/pipes/substract-date-return-float/substract-date-return-float.pipe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Pipe, PipeTransform } from '@angular/core';
22
import * as moment from 'moment';
33

4-
let FIXED_POINT_DIGITS 1;
4+
const FIXED_POINT_DIGITS = 1;
55
@Pipe({
66
name: 'substractDateDisplayAsFloat'
77
})

0 commit comments

Comments
 (0)