Skip to content

Commit

Permalink
DASB-709 - Fix timestamp convert in graphql (#178)
Browse files Browse the repository at this point in the history
* Fixed issue with dateutils return seconds instead of milliseconds epoch

* Set graphql version to 0.0.5

---------

Co-authored-by: Matt B Krystof <[email protected]>
  • Loading branch information
mkrystof and Matt B Krystof authored Sep 5, 2024
1 parent 51dccfe commit 64e65e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pstatus-graphql-ktor/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ktor {
modules = [ gov.cdc.ocio.processingstatusapi.ApplicationKt.module ]
}

version = "0.0.4"
version = "0.0.5"
}

graphql {
Expand Down

0 comments on commit 64e65e1

Please sign in to comment.