Wrong triggered email

I created a new trigger email.
This email is sent when a user clicks the submit button in a specific form on the site.

I copy the code WIX generates for my trigger email >>

.then((contactId) =>
{
wixCRM.emailContact(‘welcomeNewUser’, contactId, {
variables:
{
FirstName: $w(‘#firstName’).value,
}
});
})

The problem is that an old trigger email (that I already deleted) is sent to the user, instead of the new one.

The name of the old trigger email: welcome
The name of the new trigger email: welcomeNewUser

Anyone know why?
What can I do?

This is not really a code issue, therefore you should be going through Wix Support for more help, it is an issue with the triggered email names
https://support.wix.com/en/article/contacting-wix-customer-care-for-support