Skip to content

Commit

Permalink
checks.py: Duplicate statement id
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Dec 3, 2024
1 parent 3e88a69 commit 3d579c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcovebods/tasks/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ def check_statement_second_pass(self, statement):
{
"type": "duplicate_statement_id",
"statement_type": None,
"statement": statement.get("statementId"),
"id": statement.get("statementId"),
}
)

Expand Down

0 comments on commit 3d579c1

Please sign in to comment.