Skip to content

Commit

Permalink
fix(ingest/unity): remove redundant check
Browse files Browse the repository at this point in the history
Closes #11640
  • Loading branch information
hsheth2 committed Oct 28, 2024
1 parent e90d744 commit 634c3c3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,6 @@ def _create_table(
datetime.fromtimestamp(obj.updated_at / 1000, tz=timezone.utc)
if obj.updated_at
else None
if obj.updated_at
else None
),
updated_by=obj.updated_by,
table_id=obj.table_id,
Expand Down

0 comments on commit 634c3c3

Please sign in to comment.