Merge pull request #175 from gradido/login_14_04_21

Login 14.04.21
This commit is contained in:
einhornimmond 2021-04-15 11:06:50 +02:00 committed by GitHub
commit 09f583fc24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,9 +77,9 @@ namespace model
{
result = parser.parse(temp);
}
catch (Poco::JSON::JSONException& jsone)
catch (Poco::JSON::JSONException& json)
{
return nullptr;
return new Poco::JSON::Object;
}
return result.extract<Poco::JSON::Object::Ptr>();