remove "As a reminder" from a support notif

Oops, I meant to remove this from both PetAppearance mutation loggers, but I guess I only removed it from one!
This commit is contained in:
Emi Matchu 2020-09-06 02:11:58 -07:00
parent 3512418a66
commit 655a7e281c

View file

@ -425,10 +425,6 @@ const resolvers = {
name: `Appearance ${appearanceId}: Pose`,
value: `${getPoseName(oldPose)} → **${getPoseName(pose)}**`,
},
{
name: "As a reminder…",
value: "…the thumbnail might not match!",
},
],
timestamp: new Date().toISOString(),
url: `https://impress-2020.openneo.net/outfits/new?species=${petType.speciesId}&color=${petType.colorId}&pose=${pose}&state=${appearanceId}`,