Skip to content

Commit af001cb

Browse files
committed
Remove receiver name completely
1 parent 1188ff0 commit af001cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/users.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ func (users *users) loginWithPassword(rw http.ResponseWriter, r *http.Request) {
238238
}
239239

240240
// Clear the user's session cookie
241-
func (_ *users) logout(rw http.ResponseWriter, r *http.Request) {
241+
func (*users) logout(rw http.ResponseWriter, r *http.Request) {
242242
// Get a blank token cookie
243243
cookie := &http.Cookie{
244244
// MaxAge < 0 means to delete the cookie now

0 commit comments

Comments
 (0)