Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/main/org.apache.maven.plugi…
Browse files Browse the repository at this point in the history
…ns-maven-enforcer-plugin-3.4.1
  • Loading branch information
osama-salman99 authored Sep 21, 2023
2 parents 4d85730 + 29f9dcf commit 9ede177
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ internal fun getParentDiscriminator(model: CodegenModel): MutableList<Discrimina
it.propertyBaseName,
it.propertyName,
variable.datatypeWithEnum,
it.mappedModels.find { mappedModel -> mappedModel.modelName.equals(model.classname) }!!.mappingName,
it.mappedModels.find { mappedModel -> mappedModel.modelName.equals(model.classname) }!!.mappingName.uppercase(),
model.parentModel.name,
variable.isEnum,
variable.isString
Expand Down

0 comments on commit 9ede177

Please sign in to comment.