Add refreshing anisette & Rethink ownership for GrandSlam and anisette to prepare for concurrency

This commit is contained in:
nab138
2026-02-01 01:01:54 -05:00
parent 0073ab2568
commit 41e29caea8
16 changed files with 271 additions and 285 deletions

View File

@@ -49,7 +49,7 @@ async fn main() {
let mut account = account.unwrap();
let dev_session = DeveloperSession::from_account(&mut account)
let mut dev_session = DeveloperSession::from_account(&mut account)
.await
.expect("Failed to create developer session");