tsk-83: Cleanup
This commit is contained in:
@@ -112,10 +112,8 @@ impl CommitManager {
|
|||||||
};
|
};
|
||||||
prsr.parse_api(parsers::api_parser::APIType::Main);
|
prsr.parse_api(parsers::api_parser::APIType::Main);
|
||||||
prsr.parse_api(parsers::api_parser::APIType::Auth);
|
prsr.parse_api(parsers::api_parser::APIType::Auth);
|
||||||
let auth_api = prsr.retrieve_api(parsers::api_parser::APIType::Auth);
|
self.api = prsr.retrieve_api(parsers::api_parser::APIType::Main);
|
||||||
let api = prsr.retrieve_api(parsers::api_parser::APIType::Main);
|
self.auth_api = prsr.retrieve_api(parsers::api_parser::APIType::Auth);
|
||||||
self.api = api;
|
|
||||||
self.auth_api = auth_api;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn find_mapped_action(
|
fn find_mapped_action(
|
||||||
|
|||||||
Reference in New Issue
Block a user