Skip to content

Commit

Permalink
🚮 remove unnecessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
idinium96 committed Nov 4, 2024
1 parent 0443611 commit a1374f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/classes/Bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -634,10 +634,6 @@ export default class Bot {
if (this.options.normalize.strangeAsSecondQuality.our && listingSKU.includes(';strange')) {
listingSKU = listingSKU.replace(';strange', '');
}
} else {
if (/;[p][0-9]+/.test(listingSKU)) {
listingSKU = listingSKU.replace(/;[p][0-9]+/, '');
}
}

let match: Entry | null;
Expand Down

0 comments on commit a1374f5

Please sign in to comment.