mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-02-01 18:20:17 +01:00
refactor: code cleanup
This commit is contained in:
@@ -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),
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user