Skip to content

Commit 33234b1

Browse files
committed
Add Points to possible api response property
1 parent 18c1ae5 commit 33234b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/models/api.go

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ type APIResponse struct {
1111
Template string `json:"template,omitempty"`
1212
Total *int `json:"total,omitempty"`
1313
DateRange *BitsLeaderboardDateRange `json:"date_range,omitempty"`
14+
Points int `json:"points,omitempty"`
1415
}
1516

1617
type APIPagination struct {

0 commit comments

Comments
 (0)