Skip to content

Commit

Permalink
fix: add ReinstatedByUser badge status reason (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
1emu authored Oct 5, 2023
1 parent 2ca9029 commit b795fd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/entities/Badges/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export enum BadgeStatusReason {
TenureEnded = 'tenure ended',
Minted = 'Badge minted by user',
BurnedByUser = 'Badge burned by user',
ReinstatedByUser = 'Reinstated by user',
Other = 'other',
}

Expand Down

0 comments on commit b795fd0

Please sign in to comment.