Update AsyncJson.h (#604)

remove extra #endif that should have been dropped as part of 59066bd1e4
This commit is contained in:
Mike Dunston 2019-10-02 03:27:29 -07:00 committed by Me No Dev
parent 7b1a3d238b
commit c7ece88eac
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ public:
return len;
}
};
#endif
typedef std::function<void(AsyncWebServerRequest *request, JsonVariant &json)> ArJsonRequestHandlerFunction;