Skip to content

Commit 2b73641

Browse files
committed
fix column server_id not found
1 parent 39f8053 commit 2b73641

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

controllers/GetSystemStatsController.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ func GetSystemStats(c echo.Context) error {
6767
).
6868
Where("created_at > ?", from).
6969
Where("created_at < ?", until).
70-
Where("server_id IS NULL").
7170
Find(&resources); res.Error != nil {
7271
log.Println("Failed to query stats", res.Error)
7372
return c.NoContent(http.StatusInternalServerError)

0 commit comments

Comments
 (0)