refactor trending history retrieval: clean up whitespace and improve code readability
This commit is contained in:
@ -316,8 +316,8 @@ func main() {
|
||||
response := map[string]interface{}{
|
||||
"history": history,
|
||||
"pagination": map[string]interface{}{
|
||||
"total": totalCount,
|
||||
"limit": limit,
|
||||
"total": totalCount,
|
||||
"limit": limit,
|
||||
"offset": offset,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user