Skip to content

Commit df35070

Browse files
stainless-botstainless-app[bot]
authored andcommitted
feat: remove idempotency headers (#149)
1 parent 55ecb14 commit df35070

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lithic-java-core/src/main/kotlin/com/lithic/api/core/ClientOptions.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ private constructor(
106106
.httpClient(httpClient!!)
107107
.clock(clock)
108108
.maxRetries(maxRetries)
109-
.idempotencyHeader("Idempotency-Key")
110109
.build(),
111110
jsonMapper ?: jsonMapper(),
112111
clock,

0 commit comments

Comments
 (0)