Skip to content

Commit

Permalink
fix tag stream property
Browse files Browse the repository at this point in the history
  • Loading branch information
jlloyd-widen committed Feb 8, 2024
1 parent 92dfe56 commit 42a1faf
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 @@ -327,7 +327,7 @@ class TimeEntriesStream(TogglStream):
th.Property("start", th.DateTimeType),
th.Property("stop", th.DateTimeType),
th.Property("tag_ids", th.ArrayType(th.IntegerType)),
th.Property("tag_ids", th.ArrayType(th.StringType)),
th.Property("tags", th.ArrayType(th.StringType)),
th.Property("task_id", th.IntegerType),
th.Property("task_name", th.StringType),
th.Property("tid", th.IntegerType),
Expand Down

0 comments on commit 42a1faf

Please sign in to comment.