mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
modules/m_vm_fetch: Minor clarity for result object.
This commit is contained in:
parent
c1692de5ed
commit
ffdf1632f5
1 changed files with 6 additions and 1 deletions
|
@ -407,9 +407,14 @@ try
|
|||
future.get()
|
||||
};
|
||||
|
||||
const json::object &content
|
||||
{
|
||||
result
|
||||
};
|
||||
|
||||
const json::array &pdus
|
||||
{
|
||||
json::object(result).get("pdus")
|
||||
content["pdus"]
|
||||
};
|
||||
|
||||
auto opts(*eval.opts);
|
||||
|
|
Loading…
Reference in a new issue