From e822ad99ec1f11b30e1b644b402350e475700a18 Mon Sep 17 00:00:00 2001 From: Nixinova Date: Sat, 13 Jul 2024 22:12:16 +1200 Subject: [PATCH] Re-add latest undefined --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index c5cac3d..5847042 100644 --- a/src/index.ts +++ b/src/index.ts @@ -22,6 +22,7 @@ const START_RELEASES: Record> = { '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> = { '13w24a': { resource: 1, data: null }, @@ -69,6 +70,7 @@ const START_SNAPSHOTS: Record> = { '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 }, }