Skip to content

Commit

Permalink
Minor rename
Browse files Browse the repository at this point in the history
  • Loading branch information
shilgapira committed Jan 7, 2024
1 parent c9d635b commit 56352be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/internal/routes/Shared.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ extension DescopeClient.UserResponse.UserFields {

extension DescopeClient.UserResponse {
func convert() -> DescopeUser {
var me = userFields.convert()
me.customAttributes = customAttributes
return me
var user = userFields.convert()
user.customAttributes = customAttributes
return user
}
}

Expand Down

0 comments on commit 56352be

Please sign in to comment.