move macros ()

This commit is contained in:
Raphael Darley 2024-04-19 13:33:40 +02:00 committed by GitHub
parent 111f46581f
commit 7cc36b0c70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -441,8 +441,8 @@ pub(crate) fn router(
}
}
Err(error) => {
#[derive(Deserialize)]
#[revisioned(revision = 1)]
#[derive(Deserialize)]
struct Response {
id: Option<Value>,
}