0
0
Fork 0
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:
Jason Volk 2020-04-07 10:51:16 -07:00
parent 440e611126
commit 4e18b56896

View file

@ -407,7 +407,7 @@ try
future.get()
};
const json::object &content
const json::object content
{
result
};