Skip to content

Commit

Permalink
add attempt to handle Currency - part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
russwyte committed May 25, 2024
1 parent fcbc157 commit 0aedb2b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ object CommandGen {
case StandardType.LocalDateTimeType => "date-time"
case StandardType.MonthType => "text"
case StandardType.YearType => "integer"
case StandardType.CurrencyType => "currency"
}
case _ => "non primitive"
}
Expand Down

0 comments on commit 0aedb2b

Please sign in to comment.