diff --git a/src/components/sse.js b/src/components/sse.js index 62a803c..43cf532 100644 --- a/src/components/sse.js +++ b/src/components/sse.js @@ -285,8 +285,6 @@ export async function heartbeatConnection({subscriptionId}) { { method: 'GET', headers: { - 'X-CM-ProjectId': Config.projectId, - Authorization: `Bearer ${secretKey || Config.secretKey}`, Accept: 'application/json', 'Content-Type': 'application/json', }, @@ -304,8 +302,6 @@ export async function closeConnection({subscriptionId}) { { method: 'GET', headers: { - 'X-CM-ProjectId': Config.projectId, - Authorization: `Bearer ${secretKey || Config.secretKey}`, Accept: 'application/json', 'Content-Type': 'application/json', },