diff --git a/react/features/billing-counter/functions.js b/react/features/billing-counter/functions.js index 8b8122b63..cdf1c28a4 100644 --- a/react/features/billing-counter/functions.js +++ b/react/features/billing-counter/functions.js @@ -54,7 +54,7 @@ export async function sendCountRequest({ baseUrl, billingId, jwt, tenant }: { }) { const fullUrl = `${baseUrl}/${encodeURIComponent(tenant)}/${billingId}`; const headers = { - 'Authorization': `Bearer: ${jwt}` + 'Authorization': `Bearer ${jwt}` }; try {