Skip to content

Commit 0b731ee

Browse files
committed
Switch opening database back to lichess users and just use fallback
1 parent 05548c7 commit 0b731ee

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

frontend/src/pages/create/OverviewPanel.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,8 @@ const OverviewPanel: FC = () => {
7676
useEffect(() => {
7777
console.log('fetching games')
7878
// todo: when skipping to the end, the opening isn't updated to the last available value
79-
// todo: change back to lichess database once issue on GitHub is fixed
8079
fetch(
81-
`https://explorer.lichess.ovh/masters?variant=standard&speeds[]=bullet&speeds[]=blitz&speeds[]=rapid&speeds[]=classical&ratings[]=1600&ratings[]=2500&moves=6&fen=${fen}`
80+
`https://explorer.lichess.ovh/lichess?variant=standard&speeds[]=bullet&speeds[]=blitz&speeds[]=rapid&speeds[]=classical&ratings[]=1600&ratings[]=2500&moves=6&fen=${fen}`
8281
)
8382
.then(result => result.json())
8483
.then(json => {

0 commit comments

Comments
 (0)