0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-29 18:22:50 +01:00

modules/client/send_to_device: Fix top object.

This commit is contained in:
Jason Volk 2019-08-17 07:52:37 -07:00
parent 62d7c94cfe
commit 1e8b5b91da

View file

@ -127,7 +127,7 @@ try
{
json::stack::object _messages
{
out, "messages"
out
};
json::stack::object _target