mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-02 21:08:12 +00:00
fix(scenery): changed request's property currentLimit to countLimit
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user