fix misspell

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-01-19 15:30:23 +01:00
parent 200997976d
commit a21c93555e
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -31,7 +31,7 @@ type Zone struct {
Body string `json:"body,omitempty"`
}
func RecieveFile(w http.ResponseWriter, r *http.Request) {
func ReceiveFile(w http.ResponseWriter, r *http.Request) {
_, claims, _ := jwtauth.FromContext(r.Context())
var buf bytes.Buffer