mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-15 14:05:00 +00:00
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -19,5 +19,4 @@ class HttpClientConfig {
|
||||
}
|
||||
expectSuccess = true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -125,7 +125,9 @@ class APRequestServiceImpl(
|
||||
|
||||
val sign = httpSignatureSigner.sign(
|
||||
httpRequest = HttpRequest(
|
||||
u, HttpHeaders(headers.toMap()), HttpMethod.POST
|
||||
u,
|
||||
HttpHeaders(headers.toMap()),
|
||||
HttpMethod.POST
|
||||
),
|
||||
privateKey = PrivateKey(
|
||||
keyId = signer.keyId,
|
||||
|
||||
Reference in New Issue
Block a user