diff --git a/src/app/helpers/parser.ts b/src/app/helpers/parser.ts index 01281d30..b227509e 100644 --- a/src/app/helpers/parser.ts +++ b/src/app/helpers/parser.ts @@ -877,10 +877,10 @@ export class TransactionServiceProcessor { break; } - return `${a} ${c} `; + return `${a} ${c}`; }) .replace(regexHeaders, (g, a) => { - return `${g} `; + return `${g}`; }); return raw;