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:
parent
7e05089d73
commit
c757cc7ab6
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user