Fix linting (#789)

This commit is contained in:
Oscar Hinton 2022-05-02 17:04:53 +02:00 committed by GitHub
parent 7e05089d73
commit c757cc7ab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export class CreditCardNumberPipe implements PipeTransform {
const blocks = matchingRule.blocks;
let chunks: string[] = [];
const chunks: string[] = [];
let total = 0;
blocks.forEach((c) => {