mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
fix(API): scopes were used illegally
Which caused a compile error. This was fixed by assuring the code uses the same function to determine whether or not scopes are present per method. [skip ci]
This commit is contained in:
@@ -565,7 +565,6 @@ impl<'a, C, A> MethodMethods<'a, C, A> {
|
||||
_id_token: Default::default(),
|
||||
_access_token: Default::default(),
|
||||
_delegate: Default::default(),
|
||||
_scopes: Default::default(),
|
||||
_additional_params: Default::default(),
|
||||
}
|
||||
}
|
||||
@@ -574,7 +573,6 @@ impl<'a, C, A> MethodMethods<'a, C, A> {
|
||||
MethodGetCertForOpenIdConnectCall {
|
||||
hub: self.hub,
|
||||
_delegate: Default::default(),
|
||||
_scopes: Default::default(),
|
||||
_additional_params: Default::default(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user