Skip to content

Commit 6677730

Browse files
authored
moved Step 5 end comment
1 parent 0aa3ba5 commit 6677730

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/admin/examples/eg005_audit_users/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ def worker(args):
6161
for email in emails:
6262
profile = users_api.get_user_profiles(organization_id=org_id, email=email)
6363
profile_list.append(profile.to_dict())
64-
# Step 5 end
6564

6665
results = {"Modified users": profile_list}
66+
# Step 5 end
6767

6868
return results

0 commit comments

Comments
 (0)