Skip to content

Commit

Permalink
fix(sql): Now with tests passing remove the extraneous code
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmcintosh committed Nov 14, 2024
1 parent 25f5b51 commit 5a56da2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ fun configuredObjectMapper(): ObjectMapper = ObjectMapper().configureForKeel()
fun configuredYamlMapper(): YAMLMapper = YAMLMapper().configureForKeel().disable(USE_NATIVE_TYPE_ID)
fun <T : ObjectMapper> T.configureForKeel(): T {
val javaTimeModule = JavaTimeModule()
// javaTimeModule.addDeserializer(Instant::class.java, PrecisionSqlDeserializer())
javaTimeModule.addSerializer(Instant::class.java,PrecisionSqlSerializer())
return apply {
registerKeelApiModule()
Expand Down

0 comments on commit 5a56da2

Please sign in to comment.