Update game-data.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-04-28 21:37:10 -04:00 committed by GitHub
parent 0b9c411912
commit aa0adee90e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1350,7 +1350,6 @@ export class GameData {
// TODO: Add `null`/`undefined` to the corresponding type signatures for this
// (or prevent them from being null)
// If the value is able to *not exist*, it should say so in the code
const sessionData = JSON.parse(dataStr, (k: string, v: any) => {
// TODO: Add pre-parse migrate scripts
switch (k) {