Skip to content

Commit

Permalink
remove alert_id
Browse files Browse the repository at this point in the history
  • Loading branch information
alexviquez committed Jan 3, 2024
1 parent bfde03d commit 4aca346
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cuenca_validations/types/requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,5 +699,4 @@ def has_names(self) -> bool:
class QuestionnairesRequest(BaseModel):
user_id: str
token: str
alert_id: str
form_id: str
2 changes: 1 addition & 1 deletion cuenca_validations/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.11.23.dev2'
__version__ = '0.11.23.dev3'

0 comments on commit 4aca346

Please sign in to comment.