oops, fix a bug with Pet name GQL

This commit is contained in:
Emi Matchu 2020-09-27 03:21:07 -07:00
parent 914a06f8c7
commit a8c351b102

View file

@ -112,7 +112,7 @@ const resolvers = {
swfAssetByRemoteIdLoader,
});
return { name, customPetData, petMetaData };
return { name: petName, customPetData, petMetaData };
},
},
};