Skip to content

Commit

Permalink
SMTP: Adding missing return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Hinderberger committed Jul 2, 2024
1 parent b3002b8 commit 696cbef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/smtp/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ func (h *smtpHTTPHandler) routeContentEndpoint(
}

h.routeContentEndpoint(w, r, part.Content(), remainingPathParts[2:])
return
}

// If routing failed, return status 404.
Expand Down

0 comments on commit 696cbef

Please sign in to comment.