Fix missing #[ruma_api(body)]

This commit is contained in:
Jonas Platte 2020-02-22 01:47:28 +01:00
parent 59bbef5a35
commit 4939078954
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

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