7837-testToMaster_2432 #592

Merged
alexm merged 165 commits from 7837-testToMaster_2432 into master 2024-08-06 05:54:11 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit ed60793381 - Show all commits

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);
}