refactor trending history retrieval: clean up whitespace and improve code readability

This commit is contained in:
2025-03-08 22:20:19 +01:00
parent 4aac6b6afa
commit f98b118168
3 changed files with 17 additions and 17 deletions

View File

@@ -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,
}, },
} }