fix: deleted code

This commit is contained in:
Jon Elias 2024-12-18 10:45:42 +01:00
parent 9783be1ff0
commit 06d3a025fc
1 changed files with 0 additions and 1 deletions

View File

@ -395,7 +395,6 @@ const resendEmail = async () => {
workerId: Number(route.params.id),
state: 'SENDED',
};
console.log('params: ', params);
await axios.post('WorkerTimeControls/weekly-hour-record-email', params);
await getMailStates(selectedDate.value);
notify(t('Email sended'), 'positive');