Skip to content

Commit

Permalink
fix(backend): ValuesToInsertTuple.retried_from_item_id should be an int
Browse files Browse the repository at this point in the history
  • Loading branch information
ebr authored and psychedelicious committed Feb 26, 2025
1 parent 0063315 commit 5d33874
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ def calc_session_count(batch: Batch) -> int:
str | None, # workflow (optional, as stringified JSON)
str | None, # origin (optional)
str | None, # destination (optional)
str | None, # retried_from_item_id (optional, this is always None for new items)
int | None, # retried_from_item_id (optional, this is always None for new items)
]
"""A type alias for the tuple of values to insert into the session queue table."""

Expand Down

0 comments on commit 5d33874

Please sign in to comment.