fix: Used the wrong type for variables

pull/574/head
Blaž Hrastnik 3 years ago
parent 184abdc510
commit 8fbda0abaf

@ -402,7 +402,7 @@ pub mod requests {
impl Request for Variables {
type Arguments = VariablesArguments;
type Result = VariablesResponse;
const COMMAND: &'static str = "scopes";
const COMMAND: &'static str = "variables";
}
}

Loading…
Cancel
Save