Fixed calling the right Instant.now() method
This commit is contained in:
parent
b8fe9e78e1
commit
ed4214fd49
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue