refactor trending history retrieval: clean up whitespace and improve code readability
This commit is contained in:
parent
4aac6b6afa
commit
f98b118168
@ -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,
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user