fix: Used the wrong type for variables

This commit is contained in:
Blaž Hrastnik 2021-08-16 14:01:07 +09:00
parent 184abdc510
commit 8fbda0abaf

View file

@ -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";
}
}