Skip to content

Commit ef53ab0

Browse files
committed
fix: mini leaderboard
1 parent be86d42 commit ef53ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export function useAllLeaderboard(mode: 'Full' | 'Lite' = 'Full') {
217217

218218
async function load(mode: 'Full' | 'Lite' = 'Full') {
219219
const url = mode === 'Lite'
220-
? 'https://raw.githubusercontent.com/multi-swe-bench/experiments/refs/heads/dist/leaderboard-lite.json'
220+
? 'https://raw.githubusercontent.com/multi-swe-bench/experiments/refs/heads/dist/leaderboard-mini.json'
221221
: 'https://raw.githubusercontent.com/multi-swe-bench/experiments/refs/heads/dist/leaderboard.json'
222222

223223
const response = await fetch(url)

0 commit comments

Comments
 (0)