Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mbryzek committed Jun 25, 2024
1 parent ea88b7b commit 19a380a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala-generator/src/main/scala/models/Play2Json.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ case class Play2JsonCommon(ssd: ScalaService, scala3Support: Boolean) {
|}
|""".stripMargin
} else {
implicitWriter(name, union.qualifiedName, methodName, model = None)
implicitWriter(union.name, union.qualifiedName, methodName, model = None)
}
}

Expand Down

0 comments on commit 19a380a

Please sign in to comment.