Skip to content

Commit 62bfe99

Browse files
committed
fix for private key property in headers
1 parent ca88b2b commit 62bfe99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/http.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const createHttpOptions = (event: KlepperEvent): http.RequestOptions => {
2020
headers: {
2121
"Content-Type": "application/json",
2222
"Content-Length": `${Buffer.byteLength(JSON.stringify(event))}`,
23-
"klepper-project-key": String(privateKey),
23+
"klepper-private-key": String(privateKey),
2424
"klepper-app-id": String(appId),
2525
},
2626
};

0 commit comments

Comments
 (0)