Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabiopf02 committed May 19, 2024
1 parent 4e09a07 commit 08d36e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/parse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export function getCreditCardStatementTransactionsText(ofxContent: string) {
}

export function extractMetaDataFromXml(data: string[]) {
let result: string[] = []
const result: string[] = []
for (const tag of data) {
result.push(
...tag
Expand Down

0 comments on commit 08d36e2

Please sign in to comment.