Skip to content

Commit

Permalink
Re-add latest undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixinova committed Jul 13, 2024
1 parent c4f74ee commit e822ad9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const START_RELEASES: Record<VersionName, Record<PackType, FormatResult>> = {
'1.20.5': { resource: 32, data: 41 },
'1.20.6': { resource: 32, data: 41 },
'1.21.x': { resource: 34, data: 48 },
'1.22.x': { resource: undefined, data: undefined },
}
const START_SNAPSHOTS: Record<string, Record<PackType, FormatResult>> = {
'13w24a': { resource: 1, data: null },
Expand Down Expand Up @@ -69,6 +70,7 @@ const START_SNAPSHOTS: Record<string, Record<PackType, FormatResult>> = {
'24w20a': { resource: 33, data: 44 },
'24w21a': { resource: 34, data: 45 },

// The below should be the last released snapshot + 1 week
['24w22a']: { resource: undefined, data: undefined },
}

Expand Down

0 comments on commit e822ad9

Please sign in to comment.