Skip to content

Commit

Permalink
parser fix for upcoming launches
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewmeyer committed Sep 19, 2022
1 parent 5c2cae2 commit 9f56af1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/upcoming.js
Expand Up @@ -60,6 +60,7 @@ export default async () => {
.replace(/~|(\[|\])/gi, '')
.replace(/(early|mid|late|end|tbd|tba|net)/gi, ' ')
.replace(/-[0-9]{2}:[0-9]{2}/gi, ' ')
.replace(/(\(|\)|\?)/gi, ' ') // Removes (?) from dates
.split('/')[0].trim());
const rawWikiDates = allWikiDates.slice(0, 30);

Expand Down

0 comments on commit 9f56af1

Please sign in to comment.