0
0
Fork 0

fix: refs #7401 remove console.log

This commit is contained in:
Pablo Natek 2024-07-26 09:42:53 +02:00
parent eae2144e1d
commit ed60793381
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ async function sendMail() {
id: routeId,
recipient: props?.route?.worker?.user?.emailUser?.email,
};
console.log('params: ', params);
await axios.post(`Routes/${routeId}/driver-route-email`, params);
}