mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix crash occuring by successful transfered transactions
This commit is contained in:
parent
279021eb8a
commit
8a6acd67f7
@ -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>();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user