Skip to content

Commit

Permalink
6699: fix authorized services 500 errors (#13814)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpethtel committed Sep 13, 2023
1 parent f093408 commit 38ffb1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Mobile
module V0
class AuthorizedServicesController < ApplicationController
def index
render json: Mobile::V0::AuthorizedServicesSerializer.new(@current_user.id,
render json: Mobile::V0::AuthorizedServicesSerializer.new(@current_user.uuid,
user_accessible_services.service_auth_map)
end

Expand Down

0 comments on commit 38ffb1f

Please sign in to comment.