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