fix: Used the wrong type for variables
This commit is contained in:
parent
184abdc510
commit
8fbda0abaf
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ pub mod requests {
|
||||||
impl Request for Variables {
|
impl Request for Variables {
|
||||||
type Arguments = VariablesArguments;
|
type Arguments = VariablesArguments;
|
||||||
type Result = VariablesResponse;
|
type Result = VariablesResponse;
|
||||||
const COMMAND: &'static str = "scopes";
|
const COMMAND: &'static str = "variables";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue