fix adding cursor to response
hailey.at 8 months ago 8ba8ee7e bd2c9253
··· 84 84 } 85 85 86 86 var newcursor *string 87 87 - if len(records) == 50 { 87 87 + if len(records) == limit { 88 88 newcursor = to.StringPtr(records[len(records)-1].CreatedAt) 89 89 } 90 90