ion232 / lichess-api

A Rust API client for lichess.org
https://lichess.org/api
Apache License 2.0
9 stars 7 forks source link

Fixed GameJson analysis field #58

Closed janmicza closed 1 month ago

janmicza commented 1 month ago

Description

This pull request updates the GameJson struct for exporting games by user. This change fixes the analysis field, which is supposed to be Array of objects (GameMoveAnalysis) as stated in the Lichess API.

Changes Made

ion232 commented 1 month ago

Looks like an oversight on my recent change - thanks for the fix 🙂