0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-26 08:42:34 +01:00

modules/console: Fix an event construction.

This commit is contained in:
Jason Volk 2019-07-11 18:48:32 -07:00
parent d7ac655220
commit d837753d29

View file

@ -12269,9 +12269,10 @@ console_cmd__fed__event(opt &out, const string_view &line)
request request
}; };
m::event::id::buf _event_id;
const m::event event const m::event event
{ {
response _event_id, response
}; };
out << pretty(event) << std::endl; out << pretty(event) << std::endl;