We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa3ba5 commit 6677730Copy full SHA for 6677730
1 file changed
app/admin/examples/eg005_audit_users/controller.py
@@ -61,8 +61,8 @@ def worker(args):
61
for email in emails:
62
profile = users_api.get_user_profiles(organization_id=org_id, email=email)
63
profile_list.append(profile.to_dict())
64
- # Step 5 end
65
66
results = {"Modified users": profile_list}
+ # Step 5 end
67
68
return results
0 commit comments