Skip to content

Commit 9112703

Browse files
committed
Add comment to DeleteUserRedirect function
1 parent 4156980 commit 9112703

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

models/user_redirect.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ func deleteUserRedirect(e Engine, userName string) error {
5151
return err
5252
}
5353

54+
// DeleteUserRedirect delete any redirect from the specified user name to
55+
// anything else
5456
func DeleteUserRedirect(userName string) error {
5557
return deleteUserRedirect(x, userName)
5658
}

0 commit comments

Comments
 (0)