From 424be8bc362980608cf4ffcea778cf9fcf12cc09 Mon Sep 17 00:00:00 2001 From: kyuuuuuji Date: Thu, 25 Jan 2024 03:25:33 +0900 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aaf39a..590252d 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ cat > main.go <<-END } println(teams[0].ID) - spaces, _, _ := client.Spaces.GetSpaces(context.Background(), teams[0].ID) + spaces, _, _ := client.Spaces.GetSpaces(context.Background(), teams[0].ID, false) println(spaces[0].ID) space, _, _ := client.Spaces.GetSpace(context.Background(), spaces[0].ID)