tsk-83: Small fix

This commit is contained in:
kdeng00
2025-10-26 16:24:53 -04:00
parent 042e803e71
commit 172fbd0416
-1
View File
@@ -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) {