mirror of
https://github.com/matrix-construct/construct
synced 2024-12-24 14:34:00 +01:00
modules/admin: Fix failure to compose deps (bb0e226760
).
This commit is contained in:
parent
017af932ed
commit
eb59239d32
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ ircd::m::admin::handle_get(client &client,
|
|||
buf
|
||||
};
|
||||
|
||||
make_deps(deps);
|
||||
return m::resource::response
|
||||
{
|
||||
client, json::members
|
||||
|
|
Loading…
Reference in a new issue