1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 00:49:18 +00:00

Fix: duplication bug (#136)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-04 12:21:54 +01:00
committed by GitHub
parent 7de5764409
commit 80ec53a57d
2 changed files with 0 additions and 2 deletions

View File

@ -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
}