Skip to content

Commit

Permalink
fix: ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
Disane87 committed Jul 5, 2023
1 parent 49993b9 commit e71dcaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/scrape/amazon/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export default class Amazon extends ScrapeCommand<typeof Amazon> {

await this.goToOrderPage(amazon);

// Get all orders
this.possibleYears = await this.getPossibleYears(options.yearFilter);

const orders = new Array<Scrape>();
Expand Down Expand Up @@ -364,4 +363,4 @@ export default class Amazon extends ScrapeCommand<typeof Amazon> {
});
}, invoiceUrl);
}
}
}

0 comments on commit e71dcaf

Please sign in to comment.