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:
parent
3512418a66
commit
655a7e281c
1 changed files with 0 additions and 4 deletions
|
@ -425,10 +425,6 @@ const resolvers = {
|
||||||
name: `Appearance ${appearanceId}: Pose`,
|
name: `Appearance ${appearanceId}: Pose`,
|
||||||
value: `${getPoseName(oldPose)} → **${getPoseName(pose)}**`,
|
value: `${getPoseName(oldPose)} → **${getPoseName(pose)}**`,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "As a reminder…",
|
|
||||||
value: "…the thumbnail might not match!",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
timestamp: new Date().toISOString(),
|
timestamp: new Date().toISOString(),
|
||||||
url: `https://impress-2020.openneo.net/outfits/new?species=${petType.speciesId}&color=${petType.colorId}&pose=${pose}&state=${appearanceId}`,
|
url: `https://impress-2020.openneo.net/outfits/new?species=${petType.speciesId}&color=${petType.colorId}&pose=${pose}&state=${appearanceId}`,
|
||||||
|
|
Loading…
Reference in a new issue