We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e208b3 commit 8c2f336Copy full SHA for 8c2f336
models/user/redirect.go
@@ -29,7 +29,7 @@ func (err ErrUserRedirectNotExist) Error() string {
29
30
// UserRedirect represents that a user name should be redirected to another
31
//nolint
32
-type UserRedirect struct {
+type UserRedirect struct { //nolint
33
ID int64 `xorm:"pk autoincr"`
34
LowerName string `xorm:"UNIQUE(s) INDEX NOT NULL"`
35
RedirectUserID int64 // userID to redirect to
0 commit comments