We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
症状
ランキングページで件数が0のときに、エラーになる(画面真っ暗)
再現手順
データベースが空でない場合は
DELETE FROM `typing-db`.scores
で消してから /ranking ページにアクセスすると Go の API からこんなようなのが返ってくる
/ranking
{ "rankings": null, "total_count": 0 }
これが OpenAPI と合ってないのでどっちか OpenAPI に go の実装を寄せるか go の実装に OpenAPI を寄せるかしてほしい。 できれば null じゃなくて空の配列を返してくれると嬉しいです(= OpenAPI に go の実装を寄せる)。
The text was updated successfully, but these errors were encountered:
KinjiKawaguchi
Successfully merging a pull request may close this issue.
症状
ランキングページで件数が0のときに、エラーになる(画面真っ暗)
再現手順
データベースが空でない場合は
で消してから
/ranking
ページにアクセスするとGo の API からこんなようなのが返ってくる
これが OpenAPI と合ってないのでどっちか OpenAPI に go の実装を寄せるか go の実装に OpenAPI を寄せるかしてほしい。
できれば null じゃなくて空の配列を返してくれると嬉しいです(= OpenAPI に go の実装を寄せる)。
The text was updated successfully, but these errors were encountered: