Skip to content

Commit f585543

Browse files
committed
2 parents 1db83fd + 172a88d commit f585543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsyncJson.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ void AsyncCallbackJsonWebHandler::handleRequest(AsyncWebServerRequest *request)
163163
}
164164
// there is no body, no buffer or we had an error parsing the body
165165
request->send(400);
166-
} else { // if no _onRequest
166+
} else { // if no _onRequest
167167
request->send(500);
168168
}
169169
}

0 commit comments

Comments
 (0)