tsk-83: Add token code prior to action execution (#91)
* tsk-83: Code cleanup * tsk-83: Added code to get token before an action begins * tsk-83: Small fix * tsk-83: Version bump * tsk-83: Cleanup
This commit was merged in pull request #91.
This commit is contained in:
@@ -33,6 +33,7 @@ async fn main() {
|
||||
|
||||
let mut cmt_mgr = managers::commit_manager::CommitManager {
|
||||
ica_action: chosen_act,
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
cmt_mgr.commit_action().await;
|
||||
|
||||
Reference in New Issue
Block a user