Update AsyncJson.h (#604)

remove extra #endif that should have been dropped as part of https://github.com/me-no-dev/ESPAsyncWebServer/commit/59066bd1e4b51bc3a161e94adce10a89cde0a616
This commit is contained in:
Mike Dunston
2019-10-02 13:27:29 +03:00
committed by Me No Dev
parent 7b1a3d238b
commit c7ece88eac
-1
View File
@@ -166,7 +166,6 @@ public:
return len;
}
};
#endif
typedef std::function<void(AsyncWebServerRequest *request, JsonVariant &json)> ArJsonRequestHandlerFunction;