mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-04 11:39:19 +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
|
datetime.strptime(end_date, "%Y-%m-%d").timestamp() * 1000
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# TODO : Include date range in api request
|
||||||
|
|
||||||
params = {
|
params = {
|
||||||
"page": 0,
|
"page": 0,
|
||||||
"order_by": "created",
|
"order_by": "created",
|
||||||
"reverse": "true",
|
"reverse": "true",
|
||||||
"subtasks": "true",
|
"subtasks": "true",
|
||||||
"include_closed": str(include_closed).lower(),
|
|
||||||
"date_created_gt": start_timestamp,
|
|
||||||
"date_created_lt": end_timestamp,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
all_tasks = []
|
all_tasks = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue