瀏覽代碼

fix(vpaas): Fix billing counter auth (#7595)

master
vp8x8 5 年之前
父節點
當前提交
74f7c4141f
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      react/features/billing-counter/functions.js

+ 1
- 1
react/features/billing-counter/functions.js 查看文件

54
 }) {
54
 }) {
55
     const fullUrl = `${baseUrl}/${encodeURIComponent(tenant)}/${billingId}`;
55
     const fullUrl = `${baseUrl}/${encodeURIComponent(tenant)}/${billingId}`;
56
     const headers = {
56
     const headers = {
57
-        'Authorization': `Bearer: ${jwt}`
57
+        'Authorization': `Bearer ${jwt}`
58
     };
58
     };
59
 
59
 
60
     try {
60
     try {

Loading…
取消
儲存