Skip to content

Commit 280d60d

Browse files
committed
fix: don't update the primary key in the nominees table
1 parent 8623bf1 commit 280d60d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/nominees/tables.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class NomineeInfo(Base):
2222

2323
def to_update_dict(self) -> dict:
2424
return {
25-
"computing_id": self.computing_id,
2625
"full_name": self.full_name,
2726

2827
"linked_in": self.linked_in,

0 commit comments

Comments
 (0)