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:
parent
62d7c94cfe
commit
1e8b5b91da
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ try
|
|||
{
|
||||
json::stack::object _messages
|
||||
{
|
||||
out, "messages"
|
||||
out
|
||||
};
|
||||
|
||||
json::stack::object _target
|
||||
|
|
Loading…
Reference in a new issue