Skip to content

Commit

Permalink
feat(banners): XLY
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzefiru authored Sep 7, 2024
1 parent 59bff9e commit b98eae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion banners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,6 @@ export const rawBanners: BannerInfo[] = [
];

export const banners = rawBanners.filter((b) => {
const UNRELEASED_BANNERS = [100007, 200007];
const UNRELEASED_BANNERS = [];
return !UNRELEASED_BANNERS.includes(b.bannerId);
});

0 comments on commit b98eae6

Please sign in to comment.