Skip to content

Commit

Permalink
project: views: Remove missing bonus_pt variable
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Verma <[email protected]>
  • Loading branch information
shank03 committed Oct 4, 2023
1 parent beaebea commit 3b99967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def populate_issues(request):
db_issue.level = level
db_issue.points = points
db_issue.is_restricted = is_restricted
db_issue.bonus_pt = bonus_pt
db_issue.bonus_pt = 0
if state == "closed":
db_issue.state = db_issue.CLOSED
else:
Expand Down

0 comments on commit 3b99967

Please sign in to comment.