API: hide duplicated difficulty
Some checks failed
Deploy API / docker (17, 3.8.5) (push) Failing after 37s
Some checks failed
Deploy API / docker (17, 3.8.5) (push) Failing after 37s
This commit is contained in:
parent
20576d913f
commit
139b3bf06d
@ -83,11 +83,6 @@ public class ScoreResponse {
|
|||||||
*/
|
*/
|
||||||
private Double accuracy;
|
private Double accuracy;
|
||||||
|
|
||||||
/**
|
|
||||||
* The difficulty the score was set on.
|
|
||||||
*/
|
|
||||||
private String difficulty;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The timestamp of the score.
|
* The timestamp of the score.
|
||||||
*/
|
*/
|
||||||
|
@ -91,7 +91,6 @@ public class TrackedScoreService {
|
|||||||
trackedScore.getBadCuts(),
|
trackedScore.getBadCuts(),
|
||||||
trackedScore.getMaxCombo(),
|
trackedScore.getMaxCombo(),
|
||||||
trackedScore.getAccuracy(),
|
trackedScore.getAccuracy(),
|
||||||
trackedScore.getDifficulty(),
|
|
||||||
trackedScore.getTimestamp()
|
trackedScore.getTimestamp()
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user