mirror of
https://github.com/matrix-construct/construct
synced 2025-03-16 22:41:46 +01:00
modules/m_vm_fetch: Fix delicate conversion (regression ffdf1632f5
).
This commit is contained in:
parent
440e611126
commit
4e18b56896
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ try
|
|||
future.get()
|
||||
};
|
||||
|
||||
const json::object &content
|
||||
const json::object content
|
||||
{
|
||||
result
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue