Skip to content

Commit

Permalink
Remove unnecessary scope resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgd committed Dec 31, 2024
1 parent eb91017 commit 1c03b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workos/organizations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def list_organization_roles(organization_id:)
parsed_response = JSON.parse(response.body)

roles = parsed_response['data'].map do |role|
::WorkOS::Role.new(role.to_json)
WorkOS::Role.new(role.to_json)
end

WorkOS::Types::ListStruct.new(
Expand Down

0 comments on commit 1c03b55

Please # to comment.