webrtc-speech-to-text icon indicating copy to clipboard operation
webrtc-speech-to-text copied to clipboard

missing return statement?

Open nkev opened this issue 6 years ago • 0 comments

Thanks for this great sample! Should there be a return statement in the 3 error handlers in this file

		if err != nil {
			w.WriteHeader(http.StatusInternalServerError)
                         return //like this
		}

nkev avatar Jun 26 '19 00:06 nkev