mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 09:40:12 +01:00
ircd::json: Remove explicit type check here.
This commit is contained in:
parent
a3a4741708
commit
ad3fedd2e2
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ inline
|
|||
ircd::json::member::member(const object::member &m)
|
||||
:member
|
||||
{
|
||||
m.first, value { m.second, type(m.second) }
|
||||
m.first, value { m.second }
|
||||
}
|
||||
{}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue