mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
remove extra w.WriteHeader call (#2158)
This commit is contained in:
parent
96274ad541
commit
4b5a1fcc3f
@ -98,5 +98,4 @@ func VerifyFediverseOTPRequest(w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
controllers.WriteSimpleResponse(w, true, "")
|
controllers.WriteSimpleResponse(w, true, "")
|
||||||
w.WriteHeader(http.StatusOK)
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user