Skip to content

Commit

Permalink
auto
Browse files Browse the repository at this point in the history
  • Loading branch information
krrish-sehgal committed Nov 30, 2024
1 parent 6f05976 commit d19056a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/migrations/0162_add_new_badges.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ def add_new_badges(apps, schema_editor):
{
"title": "First Bid Placed",
"description": "Awarded for placing the first bid.",
"type": "manual",
"type": "automatic",
},
{
"title": "First Bug Bounty",
"description": "Awarded for earning the first bug bounty.",
"type": "manual",
"type": "automatic",
},
{
"title": "First Suggestion",
"description": "Awarded for making the first suggestion.",
"type": "manual",
"type": "automatic",
},
]

Expand Down

0 comments on commit d19056a

Please sign in to comment.