瀏覽代碼

fix(vpaas): Fix tenant typo

master
Vlad Piersec 5 年之前
父節點
當前提交
4866ddc2ad
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      react/features/billing-counter/constants.js

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

@@ -6,4 +6,4 @@ export const BILLING_ID = 'billingId';
6 6
 /**
7 7
  * The prefix for the vpaas tenant.
8 8
  */
9
-export const VPAAS_TENANT_PREFIX = 'vpass-magic-cookie-';
9
+export const VPAAS_TENANT_PREFIX = 'vpaas-magic-cookie';

Loading…
取消
儲存