feat: refs #7234 refs#7234 driverRouteEmail
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Sergio De la torre 2024-11-28 16:12:43 +01:00
parent 7315d117c0
commit f83af796d9
1 changed files with 1 additions and 5 deletions

View File

@ -41,11 +41,7 @@ function confirmRemove() {
}
async function sendMail() {
const params = {
id: routeId,
recipient: props?.route?.worker?.user?.emailUser?.email,
};
await axios.post(`Routes/${routeId}/driver-route-email`, params);
await axios.post(`Routes/${routeId}/driver-route-email`);
}
async function actualizeVolume() {