Fixed calling the right Instant.now() method
This commit is contained in:
parent
b8fe9e78e1
commit
ed4214fd49
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ open class FinTsJobExecutor(
|
|||
}
|
||||
}
|
||||
|
||||
val startTime = Instant.now()
|
||||
val startTime = Instant.nowExt()
|
||||
|
||||
val response = getAndHandleResponseForMessage(context, message)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue