mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-01 10:09:08 +00:00
update clikup connector
This commit is contained in:
parent
65b6177ef0
commit
ede3dce9af
1 changed files with 2 additions and 3 deletions
|
@ -177,14 +177,13 @@ class ClickUpConnector:
|
|||
datetime.strptime(end_date, "%Y-%m-%d").timestamp() * 1000
|
||||
)
|
||||
|
||||
# TODO : Include date range in api request
|
||||
|
||||
params = {
|
||||
"page": 0,
|
||||
"order_by": "created",
|
||||
"reverse": "true",
|
||||
"subtasks": "true",
|
||||
"include_closed": str(include_closed).lower(),
|
||||
"date_created_gt": start_timestamp,
|
||||
"date_created_lt": end_timestamp,
|
||||
}
|
||||
|
||||
all_tasks = []
|
||||
|
|
Loading…
Add table
Reference in a new issue