fix: address code review findings

This commit is contained in:
2026-08-18 22:00:07 +03:00
parent 1513a9fb67
commit ef77b2c0a0
3 changed files with 5 additions and 6 deletions

View File

@@ -241,8 +241,8 @@ async function searchRoutes(formData) {
'Content-Type': 'application/json'
},
body: JSON.stringify({
from: formData.get('from'),
to: formData.get('to'),
from_city_id: formData.get('from'),
to_city_id: formData.get('to'),
date: formData.get('date')
})
});