1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-22 11:45:59 +01:00

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

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) => {