mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-04 21:32:03 +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