forked from OpenWF/SpaceNinjaServer
fix: getItemLists fixup
This commit is contained in:
parent
f039998d71
commit
370f8c1008
@ -58,6 +58,7 @@ const getItemListsController: RequestHandler = (req, response) => {
|
|||||||
res.OperatorAmps = [];
|
res.OperatorAmps = [];
|
||||||
res.QuestKeys = [];
|
res.QuestKeys = [];
|
||||||
res.KubrowPets = [];
|
res.KubrowPets = [];
|
||||||
|
res.MoaPets = [];
|
||||||
for (const [uniqueName, item] of Object.entries(ExportWarframes)) {
|
for (const [uniqueName, item] of Object.entries(ExportWarframes)) {
|
||||||
res[item.productCategory].push({
|
res[item.productCategory].push({
|
||||||
uniqueName,
|
uniqueName,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user