Change Converters to class to fix build

This commit is contained in:
TacoTheDank 2023-10-31 22:39:11 -04:00 committed by Stypox
parent 0f81a0504c
commit b31d3831e6
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
1 changed files with 1 additions and 1 deletions

View File

@ -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].
*