From 4866ddc2add994ba7ce98d0c26cead15c5224e05 Mon Sep 17 00:00:00 2001 From: Vlad Piersec Date: Fri, 28 Aug 2020 10:20:47 +0300 Subject: [PATCH] fix(vpaas): Fix tenant typo --- react/features/billing-counter/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/billing-counter/constants.js b/react/features/billing-counter/constants.js index d17f95ecc..a590bda36 100644 --- a/react/features/billing-counter/constants.js +++ b/react/features/billing-counter/constants.js @@ -6,4 +6,4 @@ export const BILLING_ID = 'billingId'; /** * The prefix for the vpaas tenant. */ -export const VPAAS_TENANT_PREFIX = 'vpass-magic-cookie-'; +export const VPAAS_TENANT_PREFIX = 'vpaas-magic-cookie';