mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
@ -27,7 +27,6 @@ export default class implements Endpoint<SetList, SetSingle, CardSingle, Array<S
|
||||
const res: Record<string, SetSingle> = {}
|
||||
|
||||
for (const set of sets) {
|
||||
res[set.name] = set
|
||||
res[set.id] = set
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user