remove extra w.WriteHeader call (#2158)

This commit is contained in:
Matt Owens 2022-10-02 16:47:38 -04:00 committed by Gabe Kangas
parent 96274ad541
commit 4b5a1fcc3f
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -98,5 +98,4 @@ func VerifyFediverseOTPRequest(w http.ResponseWriter, r *http.Request) {
}
controllers.WriteSimpleResponse(w, true, "")
w.WriteHeader(http.StatusOK)
}