Skip to content

Commit

Permalink
fix: update expected TimeEntry Project mapping field (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvrijn authored Jul 17, 2024
1 parent 8282bf3 commit 089162e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toggl/api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ class TimeEntry(WorkspacedEntity):
Description of the entry.
"""

project = fields.MappingField(Project, 'project_id')
project = fields.MappingField(Project, 'pid')
"""
Project to which the Time entry is linked to.
"""
Expand Down

0 comments on commit 089162e

Please sign in to comment.