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

This commit is contained in:
highperfocused 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{}{
"history": history,
"pagination": map[string]interface{}{
"total": totalCount,
"limit": limit,
"total": totalCount,
"limit": limit,
"offset": offset,
},
}