style: fix lint

This commit is contained in:
usbharu 2023-12-21 14:56:48 +09:00
parent 7684a03015
commit f38d339802
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ class InboxJobProcessor(
logger.trace("type: {}\njson: \n{}", param.type, jsonNode.toPrettyString())
}
val map = objectMapper.readValue<Map<String, List<String>>>(param.headers)
val httpRequest = objectMapper.readValue<HttpRequest>(param.httpRequest).copy(headers = HttpHeaders(map))