mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 23:40:57 +01:00
modules/m_vm_fetch: Minor cleanup.
This commit is contained in:
parent
10a1468676
commit
7b0f17368d
1 changed files with 6 additions and 1 deletions
|
@ -619,9 +619,14 @@ ircd::m::vm::fetch::prev(const event &event,
|
||||||
future.get()
|
future.get()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const json::object content
|
||||||
|
{
|
||||||
|
result
|
||||||
|
};
|
||||||
|
|
||||||
const json::array &pdus
|
const json::array &pdus
|
||||||
{
|
{
|
||||||
json::object(result).get("pdus")
|
content["pdus"]
|
||||||
};
|
};
|
||||||
|
|
||||||
auto opts(*eval.opts);
|
auto opts(*eval.opts);
|
||||||
|
|
Loading…
Reference in a new issue