Fix linting (#789)
This commit is contained in:
parent
7e05089d73
commit
c757cc7ab6
|
@ -46,7 +46,7 @@ export class CreditCardNumberPipe implements PipeTransform {
|
||||||
|
|
||||||
const blocks = matchingRule.blocks;
|
const blocks = matchingRule.blocks;
|
||||||
|
|
||||||
let chunks: string[] = [];
|
const chunks: string[] = [];
|
||||||
let total = 0;
|
let total = 0;
|
||||||
|
|
||||||
blocks.forEach((c) => {
|
blocks.forEach((c) => {
|
||||||
|
|
Loading…
Reference in New Issue