chore(billing-service): remove unused Duration.hours import from TagesabschlussService

This commit is contained in:
Stefan Mogeritsch 2026-04-14 13:11:42 +02:00
parent cfe12e4dd0
commit 5f87eed86a

View File

@ -8,7 +8,6 @@ import at.mocode.billing.domain.repository.BuchungRepository
import at.mocode.billing.domain.repository.TagesabschlussRepository
import org.jetbrains.exposed.v1.jdbc.transactions.transaction
import org.springframework.stereotype.Service
import kotlin.time.Duration.Companion.hours
import kotlin.time.Instant
import kotlin.uuid.ExperimentalUuidApi
import kotlin.uuid.Uuid