Fixed calling the right Instant.now() method

This commit is contained in:
dankito 2024-09-08 22:03:37 +02:00
parent b8fe9e78e1
commit ed4214fd49
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ open class FinTsJobExecutor(
} }
} }
val startTime = Instant.now() val startTime = Instant.nowExt()
val response = getAndHandleResponseForMessage(context, message) val response = getAndHandleResponseForMessage(context, message)