This commit is contained in:
2024-07-15 16:46:08 +01:00
parent 29a8865bd5
commit 9c20dc09ec
2 changed files with 27 additions and 1 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ async fn main() {
sensitive::WORKSPACE_ID,
);
dbg!(api.get_clients().await);
dbg!(api.get_tags().await);
}