mirror of https://github.com/usbharu/Hideout.git
style: fix lint
This commit is contained in:
parent
7684a03015
commit
f38d339802
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue