Update game-data-utils.ts

Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-09-21 10:45:13 -04:00 committed by GitHub
parent 177e754512
commit 36a2e52620
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
import { loggedInUser } from "#app/account";
/**
* Utility function to obtain the local storage key for a given save slot.
* Obtain the local storage key corresponding to a given save slot.
* @param slotId - The numerical save slot ID
* Will throw an error if `<0` (in line with standard util functions)
* @returns The local storage key used to access the save data for the given slot.