Skip to content

Commit 79216c9

Browse files
committed
remove FIXME comment
1 parent 41bdefc commit 79216c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/user/badge.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ func AddUserBadges(ctx context.Context, u *User, badges []*Badge) error {
9797
} else if !has {
9898
return fmt.Errorf("badge with slug %s doesn't exist", badge.Slug)
9999
}
100-
// FIXME check uniqueness
101100
if err := db.Insert(ctx, &UserBadge{
102101
BadgeID: badge.ID,
103102
UserID: u.ID,

0 commit comments

Comments
 (0)