tsk-83: Add token code prior to action execution #91
@@ -92,7 +92,6 @@ impl CommitManager {
|
|||||||
println!("Committing {action} action");
|
println!("Committing {action} action");
|
||||||
|
|
||||||
let mapped_actions = &self.map_actions();
|
let mapped_actions = &self.map_actions();
|
||||||
// TODO: Move code to get token here and then pass it to the respective functions
|
|
||||||
let token = self.parse_token(&self.auth_api).await;
|
let token = self.parse_token(&self.auth_api).await;
|
||||||
|
|
||||||
match self.find_mapped_action(mapped_actions, action) {
|
match self.find_mapped_action(mapped_actions, action) {
|
||||||
|
|||||||
Reference in New Issue
Block a user