fix: refs #7401 remove console.log
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
eae2144e1d
commit
ed60793381
|
@ -45,7 +45,6 @@ async function sendMail() {
|
||||||
id: routeId,
|
id: routeId,
|
||||||
recipient: props?.route?.worker?.user?.emailUser?.email,
|
recipient: props?.route?.worker?.user?.emailUser?.email,
|
||||||
};
|
};
|
||||||
console.log('params: ', params);
|
|
||||||
await axios.post(`Routes/${routeId}/driver-route-email`, params);
|
await axios.post(`Routes/${routeId}/driver-route-email`, params);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue