Skip to content

Commit dab52b6

Browse files
committed
add x-tutti-hash
1 parent 96fd227 commit dab52b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/chuko/api/tutti_gql.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@ defmodule Chuko.Api.TuttiGql do
284284
headers: [
285285
user_agent: Chuko.AgentUser.get(),
286286
"Content-Type": "application/json",
287-
"x-tutti-client-identifier": "web/1.0.0+env-live.git-a70218e"
287+
"x-tutti-client-identifier": "web/1.0.0+env-live.git-a70218e",
288+
"x-tutti-hash": Ecto.UUID.generate()
288289
],
289290
max_retries: 2
290291
]

0 commit comments

Comments
 (0)