Merge pull request 'refactor: refs #8289 Delete guessPriority method' (!1704) from 8289-routeGuessPriority into dev
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #1704
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
Guillermo Bonet 2025-04-14 05:02:24 +00:00
commit 8e45abd041
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ const setOrderedPriority = async () => {
};
const sortRoutes = async () => {
await axios.patch(`Routes/${route.params?.id}/guessPriority/`);
await axios.patch(`Routes/${route.params?.id}/optimizePriority`);
refreshKey.value++;
};