mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-11 09:37:37 +03:00
No need to sort review summary
This commit is contained in:
parent
d5ab22de3d
commit
86835df072
@ -458,7 +458,7 @@ async def review_summary(
|
||||
else:
|
||||
data[day_key] = e
|
||||
|
||||
return JSONResponse(content=sorted(data.keys()))
|
||||
return JSONResponse(content=data)
|
||||
|
||||
|
||||
@router.post("/reviews/viewed", response_model=GenericResponse)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user