Skip to content

Commit 9466f33

Browse files
authored
Update hexa.md
1 parent 442a60c commit 9466f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hexa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ hexa_client = OpenHEXA("https://app.demo.openhexa.org", token="token")
3333
# getting the list of workspaces
3434
result = hexa.query("""
3535
query {
36-
workspaces (page: $page, perPage: $perPage) {
36+
workspaces(page: $page, perPage: $perPage) {
3737
items {
3838
slug
3939
name

0 commit comments

Comments
 (0)