refactor: code cleanup

This commit is contained in:
Marvin Zhang
2024-10-29 12:59:45 +08:00
parent 967f41d73a
commit abaaa9b7f7
31 changed files with 232 additions and 2327 deletions

View File

@@ -8,7 +8,7 @@ import (
)
var statsDefaultQuery = bson.M{
"create_ts": bson.M{
"created_ts": bson.M{
"$gte": time.Now().Add(-30 * 24 * time.Hour),
},
}