We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca88b2b commit 62bfe99Copy full SHA for 62bfe99
1 file changed
src/core/http.ts
@@ -20,7 +20,7 @@ const createHttpOptions = (event: KlepperEvent): http.RequestOptions => {
20
headers: {
21
"Content-Type": "application/json",
22
"Content-Length": `${Buffer.byteLength(JSON.stringify(event))}`,
23
- "klepper-project-key": String(privateKey),
+ "klepper-private-key": String(privateKey),
24
"klepper-app-id": String(appId),
25
},
26
};
0 commit comments