API: hide duplicated difficulty
Some checks failed
Deploy API / docker (17, 3.8.5) (push) Failing after 37s

This commit is contained in:
Lee 2024-08-01 16:32:09 +01:00
parent 20576d913f
commit 139b3bf06d
2 changed files with 0 additions and 6 deletions

@ -83,11 +83,6 @@ public class ScoreResponse {
*/
private Double accuracy;
/**
* The difficulty the score was set on.
*/
private String difficulty;
/**
* The timestamp of the score.
*/

@ -91,7 +91,6 @@ public class TrackedScoreService {
trackedScore.getBadCuts(),
trackedScore.getMaxCombo(),
trackedScore.getAccuracy(),
trackedScore.getDifficulty(),
trackedScore.getTimestamp()
));
}