Skip to content

Commit

Permalink
add attempt to handle Currency - part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
russwyte committed May 25, 2024
1 parent cc9cfcb commit fcbc157
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ private[cli] object HttpOptions {
case StandardType.LocalDateTimeType => Options.localDateTime(prefix.mkString("."))
case StandardType.MonthType => Options.text(prefix.mkString("."))
case StandardType.YearType => Options.integer(prefix.mkString("."))
case StandardType.CurrencyType => Options.text(prefix.mkString("."))
}

loop(List(name), schema)
Expand Down

0 comments on commit fcbc157

Please sign in to comment.