fix: don't return data after today in stats API #3140
Annotations
2 errors and 1 warning
tests/updates.test.ts > [POST] /updates parallel tests > with new device:
tests/updates.test.ts#L71
AssertionError: expected { code: 'PGRST116', …(3) } to be null
- Expected:
null
+ Received:
Object {
"code": "PGRST116",
"details": "The result contains 0 rows",
"hint": null,
"message": "JSON object requested, multiple (or no) rows returned",
}
❯ tests/updates.test.ts:71:19
|
Run tests
Process completed with exit code 1.
|
Run tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|