Skip to content

Commit

Permalink
fix project stream property
Browse files Browse the repository at this point in the history
  • Loading branch information
jlloyd-widen committed Feb 8, 2024
1 parent 4826c23 commit 92dfe56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_toggl/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ class ProjectsStream(TogglPaginationStream):
th.Property("end_date", th.DateTimeType),
th.Property("start_date", th.DateTimeType),
)),
th.Property("string", th.StringType),
th.Property("end_date", th.DateTimeType),
th.Property("estimated_hours", th.IntegerType),
th.Property("estimated_seconds", th.IntegerType),
th.Property("fixed_fee", th.NumberType),
Expand Down

0 comments on commit 92dfe56

Please sign in to comment.