mirror of
https://github.com/tcgdex/compiler.git
synced 2025-07-28 23:19:50 +00:00
Fixed series not being accessible by their id
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -21,7 +21,7 @@ export default class implements Endpoint<SerieList, SerieSingle, {}, Array<Serie
|
||||
if (name) {
|
||||
items[name] = gen
|
||||
}
|
||||
items[key] = gen
|
||||
items[val.id] = gen
|
||||
}
|
||||
return items
|
||||
}
|
||||
|
Reference in New Issue
Block a user