Skip to content

Commit

Permalink
merge with main, add comment about unit
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodlz committed Nov 5, 2024
1 parent 4764707 commit 2111d15
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ def patch(self, filter_id):
)
if "not_if_tns_reported" in auto_followup:
# if it's not empty or None, verify it's a a float or an int
# it should be in hours
if (
auto_followup["not_if_tns_reported"] is not None
and str(auto_followup["not_if_tns_reported"]).strip() != ""
Expand Down

0 comments on commit 2111d15

Please sign in to comment.