Skip to content

Commit

Permalink
comment deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanotech committed Oct 6, 2024
1 parent ef646a5 commit 0ca1329
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ def __str__(self: "PostAward") -> str:
return f"@{self.giver}: {self.choice} for post: {self.post}"

def save(self: "PostAward", *args: int, **kwargs: int) -> None:
# Use the REWARD_POINTS to set the gold value
self.gold = self.REWARD_POINTS.get(self.choice[0], 0)

super().save(*args, **kwargs)
Expand Down

0 comments on commit 0ca1329

Please sign in to comment.