oops, fix a bug with Pet name GQL
This commit is contained in:
parent
914a06f8c7
commit
a8c351b102
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ const resolvers = {
|
|||
swfAssetByRemoteIdLoader,
|
||||
});
|
||||
|
||||
return { name, customPetData, petMetaData };
|
||||
return { name: petName, customPetData, petMetaData };
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue