Next simply allows the next route handler in line to handle the request . In this case, if the user id exists, it will likely use res. send to complete the request. If it doesn’t exist, there is likely another handler that will issue an error and complete the request then.