this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

More listrepos stuff (#723)

authored by

Jaz and committed by
GitHub
131b02d1 092ea1cf

+1 -1
+1 -1
bgs/handlers.go
··· 236 236 } 237 237 238 238 // If this is not the last page, set the cursor 239 - if len(users) < limit && len(users) > 1 { 239 + if len(users) >= limit && len(users) > 1 { 240 240 nextCursor := fmt.Sprintf("%d", users[len(users)-1].ID) 241 241 resp.Cursor = &nextCursor 242 242 }