mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +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`, {
|
||||
[currentListScope.value]: searchedStationValue,
|
||||
type: currentListMode.value,
|
||||
currentLimit: 40
|
||||
countLimit: 40
|
||||
});
|
||||
|
||||
bestScoreList.value = response;
|
||||
|
||||
Reference in New Issue
Block a user