We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fd227 commit dab52b6Copy full SHA for dab52b6
lib/chuko/api/tutti_gql.ex
@@ -284,7 +284,8 @@ defmodule Chuko.Api.TuttiGql do
284
headers: [
285
user_agent: Chuko.AgentUser.get(),
286
"Content-Type": "application/json",
287
- "x-tutti-client-identifier": "web/1.0.0+env-live.git-a70218e"
+ "x-tutti-client-identifier": "web/1.0.0+env-live.git-a70218e",
288
+ "x-tutti-hash": Ecto.UUID.generate()
289
],
290
max_retries: 2
291
]
0 commit comments