Revert "feat: badge for tax 2025 bug (#5230)"

This reverts commit 6d1b0eef15.
This commit is contained in:
Prospector
2026-01-27 16:31:15 -08:00
parent 638bb55649
commit 2cf82349a5
6 changed files with 6 additions and 23 deletions

View File

@@ -342,7 +342,6 @@ export enum UserBadge {
CONTRIBUTOR = 1 << 5,
TRANSLATOR = 1 << 6,
AFFILIATE = 1 << 7,
TAX_FORM_2025_REQUIRED = 1 << 8,
}
export type UserBadges = number