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{}{
|
response := map[string]interface{}{
|
||||||
"history": history,
|
"history": history,
|
||||||
"pagination": map[string]interface{}{
|
"pagination": map[string]interface{}{
|
||||||
"total": totalCount,
|
"total": totalCount,
|
||||||
"limit": limit,
|
"limit": limit,
|
||||||
"offset": offset,
|
"offset": offset,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user