Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Jan 23, 2025
1 parent b48eedc commit c317562
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/worker/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,6 @@ export const augmentOffers = async (offers: TradeTeams[]) => {
seasonAttrs: ["won", "lost", "tied", "otl"],
season: g.get("season"),
addDummySeason: true,
active: false,
});
const teamsByTid = groupByUnique(teams, "tid");
const stats = bySport({
Expand Down
2 changes: 1 addition & 1 deletion src/worker/db/getCopies/teamsPlus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ async function getCopies<
regularSeason?: boolean;
statType?: TeamStatType;
addDummySeason?: boolean;
active?: true;
active?: boolean;
showNoStats?: boolean;
} = {},
type?: GetCopyType,
Expand Down

0 comments on commit c317562

Please sign in to comment.