fix: change metrics method name

This commit is contained in:
Marc-Roig 2023-04-24 11:26:37 +02:00
parent 092a80bc33
commit cc02e0bb60

View File

@ -134,7 +134,7 @@ module.exports = ({ strapi }) => {
populate: [ENTITY_STAGE_ATTRIBUTE],
});
metrics.sendDidUpdateEntityStage();
metrics.sendDidEditStage();
return entity;
},