Skip to content

Commit

Permalink
PIN-4295 Corrected name
Browse files Browse the repository at this point in the history
  • Loading branch information
nttdata-rtorsoli committed Nov 28, 2023
1 parent 0cf8d0a commit e002373
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ object SpecData {
createdAt = timestamp
)

def userResource(name: String, familyName: String, fiscalCode: String, email: String): UserResponse = UserResponse(
def userResponse(name: String, familyName: String, fiscalCode: String, email: String): UserResponse = UserResponse(
surname = Some(familyName),
taxCode = Some(fiscalCode),
id = Some(SpecData.who.toString),
Expand Down

0 comments on commit e002373

Please sign in to comment.