Skip to content

Commit

Permalink
Update hexa.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cheikhgwane authored Oct 15, 2024
1 parent 442a60c commit 9466f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hexa.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ hexa_client = OpenHEXA("https://app.demo.openhexa.org", token="token")
# getting the list of workspaces
result = hexa.query("""
query {
workspaces (page: $page, perPage: $perPage) {
workspaces(page: $page, perPage: $perPage) {
items {
slug
name
Expand Down

0 comments on commit 9466f33

Please sign in to comment.