We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f8053 commit 2b73641Copy full SHA for 2b73641
controllers/GetSystemStatsController.go
@@ -67,7 +67,6 @@ func GetSystemStats(c echo.Context) error {
67
).
68
Where("created_at > ?", from).
69
Where("created_at < ?", until).
70
- Where("server_id IS NULL").
71
Find(&resources); res.Error != nil {
72
log.Println("Failed to query stats", res.Error)
73
return c.NoContent(http.StatusInternalServerError)
0 commit comments