Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 0010735

Browse files
committed
Change to just state ignore
1 parent 06e8d9d commit 0010735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def insert_commit(commitid, branch, pr, repository, owner, parent_commit_id=None
505505
commit.branch = branch
506506
edited = True
507507
if edited:
508-
commit.save(update_fields=["parent_commit_id", "state", "branch"])
508+
commit.save(update_fields=["parent_commit_id", "branch"])
509509
return commit
510510

511511

0 commit comments

Comments
 (0)