fix(scenery): changed request's property currentLimit to countLimit

This commit is contained in:
2026-04-19 01:06:07 +02:00
parent 9d7e70c7e2
commit 0602c12914
@@ -134,7 +134,7 @@ async function fetchTopDispatchersList() {
const response: SceneryBestScoreItem[] = await apiStore.client.get(`api/getSceneryBestScores`, { const response: SceneryBestScoreItem[] = await apiStore.client.get(`api/getSceneryBestScores`, {
[currentListScope.value]: searchedStationValue, [currentListScope.value]: searchedStationValue,
type: currentListMode.value, type: currentListMode.value,
currentLimit: 40 countLimit: 40
}); });
bestScoreList.value = response; bestScoreList.value = response;