Fix process report selection
This commit is contained in:
parent
508d82d579
commit
ec4607aec8
@ -384,7 +384,7 @@ func (h *RestreamHandler) GetReport(c echo.Context) error {
|
||||
entries = append(entries, r)
|
||||
}
|
||||
} else {
|
||||
if r.CreatedAt >= *createdAt || r.ExitedAt <= *exitedAt {
|
||||
if r.CreatedAt >= *createdAt && r.ExitedAt <= *exitedAt {
|
||||
entries = append(entries, r)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user