fix: remove invalid category field check
This commit is contained in:
parent
d2c4d5bf5f
commit
c1f3b9bd3c
|
|
@ -572,8 +572,6 @@ def update_information(
|
|||
info.grading_company = data.grading_company
|
||||
if data.grading_score is not None:
|
||||
info.grading_score = data.grading_score
|
||||
if data.category is not None:
|
||||
info.category = data.category
|
||||
|
||||
db.commit()
|
||||
db.refresh(info)
|
||||
|
|
|
|||
Loading…
Reference in New Issue