Skip to content

Commit 9be4613

Browse files
committed
minor edit to step 2 gist comment
1 parent d390683 commit 9be4613

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/rooms/examples/eg009_assign_form_to_form_group/controller.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ def worker(args):
8686

8787
# Create an API client with headers
8888
api_client = create_rooms_api_client(access_token=args["access_token"])
89-
form_groups_api = FormGroupsApi(api_client)
9089

9190
# Step 2 end
91+
92+
form_groups_api = FormGroupsApi(api_client)
9293

9394
# Step 5 start
9495

0 commit comments

Comments
 (0)