Show 10 recent matches in history
This commit is contained in:
@@ -156,7 +156,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||||||
recentMatchesCache,
|
recentMatchesCache,
|
||||||
pendingRequestCache,
|
pendingRequestCache,
|
||||||
buildRecentMatchesSnapshotKey(serverSlug),
|
buildRecentMatchesSnapshotKey(serverSlug),
|
||||||
`${backendBaseUrl}/api/historical/snapshots/recent-matches?server=${encodeURIComponent(serverSlug)}&limit=6`,
|
`${backendBaseUrl}/api/historical/snapshots/recent-matches?server=${encodeURIComponent(serverSlug)}&limit=10`,
|
||||||
);
|
);
|
||||||
|
|
||||||
const getLeaderboardSnapshot = (serverSlug, timeframeKey, metricKey) =>
|
const getLeaderboardSnapshot = (serverSlug, timeframeKey, metricKey) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user