Fix missing #[ruma_api(body)]

This commit is contained in:
Jonas Platte
2020-02-22 01:47:28 +01:00
parent 59bbef5a35
commit 4939078954

View File

@@ -20,6 +20,7 @@ ruma_api! {
}
response {
#[ruma_api(body)]
device: Device,
}
}