Skip to content

Commit

Permalink
requested changes - improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoaresd committed Sep 10, 2024
1 parent 19cfa2b commit 6fb53bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/banneduser/banneduser.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// NewBannedUser creates a bannedUser resource
func NewBannedUser(userSignup *toolchainv1alpha1.UserSignup, bannedBy string, banReason string) (*toolchainv1alpha1.BannedUser, error) {
func NewBannedUser(userSignup *toolchainv1alpha1.UserSignup, bannedBy, banReason string) (*toolchainv1alpha1.BannedUser, error) {
var emailHashLbl, phoneHashLbl string
var exists bool

Expand Down

0 comments on commit 6fb53bc

Please sign in to comment.