Skip to content

Commit

Permalink
Merge pull request #32 from webkom/update-mfp-events
Browse files Browse the repository at this point in the history
  • Loading branch information
norbye committed Aug 10, 2023
2 parents f7f7cba + 2770cd9 commit 9f6de81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion utils/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ const toDate = "2023-09-04"; // One day after Immball
const blackListedEventIds: number[] = [3446, 3420, 3452];
const specificBlackListedEventIds = {
fp: [3461],
mfp: [3460, 3448, 3433, 3435, 3449, 3436, 3453, 3432, 3438, 3441],
mfp: [
3431, 3460, 3433, 3435, 3439, 3464, 3437, 3449, 3436, 3453, 3432, 3438,
3441,
],
};

/**
Expand Down

1 comment on commit 9f6de81

@vercel
Copy link

@vercel vercel bot commented on 9f6de81 Aug 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.