Skip to content

Commit

Permalink
Change Converters to class to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoTheDank committed Nov 1, 2023
1 parent 714f79a commit 96a0e13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.time.Instant
import java.time.OffsetDateTime
import java.time.ZoneOffset

object Converters {
class Converters {
/**
* Convert a long value to a [OffsetDateTime].
*
Expand Down

0 comments on commit 96a0e13

Please sign in to comment.