Skip to content

Commit

Permalink
change refereDiamondsLen
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmmty committed Oct 3, 2024
1 parent c03bb0a commit 9053fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/admin_referrals.go
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ func (fes *APIServer) AdminDownloadRefereeCSV(ww http.ResponseWriter, req *http.
// nextRow = append(nextRow, referrerUsernameStr)
// nextRow = append(nextRow, strconv.FormatInt(refereePostsLen, 10))
// nextRow = append(nextRow, strconv.FormatInt(refereeLikesLen, 10))
nextRow = append(nextRow, strconv.FormatInt(refereeDiamondsLen, 10))
// nextRow = append(nextRow, strconv.FormatInt(refereeDiamondsLen, 10))
if refereePostsLen > 0 {
oldestRefereePost := refereePostEntries[len(refereePostEntries)-1]
nextRow = append(nextRow, time.Unix(0, int64(oldestRefereePost.TimestampNanos)).String())
Expand Down

0 comments on commit 9053fc1

Please sign in to comment.