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