Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Remove long deprecated EffortCount leaderboard attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmach committed Sep 29, 2014
1 parent 4f056b9 commit 0a1080f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions segments.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ type PersonalSegmentSummary struct {
}

type SegmentLeaderboard struct {
EffortCount int `json:"effort_count"`
EntryCount int `json:"entry_count"`
Entries []*SegmentLeaderboardEntry `json:"entries"`
EntryCount int `json:"entry_count"`
Entries []*SegmentLeaderboardEntry `json:"entries"`
}

type SegmentLeaderboardEntry struct {
Expand Down

0 comments on commit 0a1080f

Please sign in to comment.