Skip to content

Commit

Permalink
Merge pull request #53 from kyuuuuuji/main
Browse files Browse the repository at this point in the history
update README.md
  • Loading branch information
w-haibara authored Jan 25, 2024
2 parents a255630 + 424be8b commit 9989662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9989662

Please sign in to comment.