Properly impliment list teams and fix cert on windows

This commit is contained in:
nab138
2026-01-28 14:45:03 -05:00
parent aee5eaf26e
commit 82881aa4e1
7 changed files with 59 additions and 22 deletions

View File

@@ -55,5 +55,5 @@ async fn main() {
.await
.expect("Failed to list teams");
println!("{}", pretty_print_dictionary(&res));
println!("{:#?}", res);
}