Skip to content

Commit

Permalink
fix: changing activity_or_flow_id to str to fix the query
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramir Mesquita committed Dec 11, 2024
1 parent 588d2a7 commit d1ca4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/answers/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class AppletSubmissionsFilter(BaseQueryParams):
class AppletSubmitDateFilter(BaseQueryParams):
respondent_id: uuid.UUID | None
target_subject_id: uuid.UUID | None
activity_or_flow_id: uuid.UUID | None
activity_or_flow_id: str | None
from_date: datetime.date
to_date: datetime.date

Expand Down

0 comments on commit d1ca4d3

Please sign in to comment.