move macros (#3914)
This commit is contained in:
parent
111f46581f
commit
7cc36b0c70
1 changed files with 1 additions and 1 deletions
|
@ -441,8 +441,8 @@ pub(crate) fn router(
|
|||
}
|
||||
}
|
||||
Err(error) => {
|
||||
#[derive(Deserialize)]
|
||||
#[revisioned(revision = 1)]
|
||||
#[derive(Deserialize)]
|
||||
struct Response {
|
||||
id: Option<Value>,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue