diff --git a/backend/services/billing/billing-service/src/main/kotlin/at/mocode/billing/service/TagesabschlussService.kt b/backend/services/billing/billing-service/src/main/kotlin/at/mocode/billing/service/TagesabschlussService.kt index c721f44b..b297c395 100644 --- a/backend/services/billing/billing-service/src/main/kotlin/at/mocode/billing/service/TagesabschlussService.kt +++ b/backend/services/billing/billing-service/src/main/kotlin/at/mocode/billing/service/TagesabschlussService.kt @@ -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