Skip to content

Commit e822ad9

Browse files
committed
Re-add latest undefined
1 parent c4f74ee commit e822ad9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const START_RELEASES: Record<VersionName, Record<PackType, FormatResult>> = {
2222
'1.20.5': { resource: 32, data: 41 },
2323
'1.20.6': { resource: 32, data: 41 },
2424
'1.21.x': { resource: 34, data: 48 },
25+
'1.22.x': { resource: undefined, data: undefined },
2526
}
2627
const START_SNAPSHOTS: Record<string, Record<PackType, FormatResult>> = {
2728
'13w24a': { resource: 1, data: null },
@@ -69,6 +70,7 @@ const START_SNAPSHOTS: Record<string, Record<PackType, FormatResult>> = {
6970
'24w20a': { resource: 33, data: 44 },
7071
'24w21a': { resource: 34, data: 45 },
7172

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

0 commit comments

Comments
 (0)