Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff committed Jan 19, 2025
1 parent 0c0180c commit 7fb2234
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/converters/xtbConverter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ export class XtbConverter extends AbstractConverter {
else if (type.indexOf("stocks/etf sale") > -1 || type.indexOf("ações/etf vende") > -1) {
return "sell";
}
else if (
type.indexOf("sec fee") > -1 ||
type.indexOf("swap") > -1 ||
type.indexOf("commission") > -1) {
else if (type.indexOf("sec fee") > -1 ||
type.indexOf("swap") > -1 ||
type.indexOf("commission") > -1) {

return "fee";
}
Expand Down

0 comments on commit 7fb2234

Please sign in to comment.