mirror of
https://github.com/matrix-construct/construct
synced 2025-03-13 21:10:32 +01:00
modules/client: Fix error.
This commit is contained in:
parent
38db46aad4
commit
023990888b
2 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ post__login_password(client &client,
|
|||
unquote(json::get<"device_id"_>(request))
|
||||
};
|
||||
|
||||
const m::id::device device_id
|
||||
const auto device_id
|
||||
{
|
||||
requested_device_id?
|
||||
m::id::device::buf{requested_device_id, my_host()}:
|
||||
|
|
|
@ -97,7 +97,7 @@ try
|
|||
unquote(json::get<"device_id"_>(request))
|
||||
};
|
||||
|
||||
const m::id::device device_id
|
||||
const auto device_id
|
||||
{
|
||||
requested_device_id?
|
||||
m::id::device::buf{requested_device_id, my_host()}:
|
||||
|
|
Loading…
Add table
Reference in a new issue