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 ce64b8a commit 31c629cCopy full SHA for 31c629c
src/otf_api/api/bookings/booking_client.py
@@ -80,7 +80,7 @@ def get_bookings_new(
80
starts_after: datetime,
81
include_canceled: bool = True,
82
expand: bool = False,
83
- ) -> dict:
+ ) -> list[dict]:
84
"""Retrieve raw bookings data."""
85
params: dict[str, bool | str] = {
86
"ends_before": pendulum.instance(ends_before).strftime("%Y-%m-%dT%H:%M:%SZ"),
0 commit comments