Skip to content

Commit 90d3625

Browse files
committed
chore: fixed docs
1 parent 9d62ba7 commit 90d3625

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/tables/clickup_folder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ select
1818
hidden,
1919
space_id,
2020
task_count,
21-
archived,
21+
archived
2222
from
2323
clickup_folder
2424
where
@@ -35,7 +35,7 @@ select
3535
hidden,
3636
space_id,
3737
task_count,
38-
archived,
38+
archived
3939
from
4040
clickup_folder
4141
where

docs/tables/clickup_task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ select
7070
team_id,
7171
space_id,
7272
list_id,
73-
folder_id,
73+
folder_id
7474
from
7575
clickup_task
7676
where

0 commit comments

Comments
 (0)