mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-13 02:53:45 +00:00
feat(*): Change how data is set up
This commit is contained in:
@@ -53,7 +53,7 @@ export type FlushOptions = {
|
||||
};
|
||||
|
||||
function keyFor(record: CatchRecord): string {
|
||||
return `${record.userId}:${record.pokedexId}:${record.pokedexEntryId}`;
|
||||
return `${record.userId}:${record.pokedexId}:${record.pokemonId}`;
|
||||
}
|
||||
|
||||
function backoffMs(attempts: number): number {
|
||||
|
||||
Reference in New Issue
Block a user