fix(vpaas): Fix tenant typo

This commit is contained in:
Vlad Piersec 2020-08-28 10:20:47 +03:00 committed by vp8x8
parent 71d0577a49
commit 4866ddc2ad
1 changed files with 1 additions and 1 deletions

View File

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