refactor: refs #8289 Delete guessPriority method #1704

Merged
guillermo merged 1 commits from 8289-routeGuessPriority into dev 2025-04-14 05:02:27 +00:00
1 changed files with 1 additions and 1 deletions

View File

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