api / license.spec.ts updates

This commit is contained in:
Rory Powell 2023-07-07 20:07:15 +01:00
parent c0568b9153
commit 9e1e869949
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ const getEventTenantId = async (tenantId: string): Promise<string> => {
}
}
const getUniqueTenantId = async (tenantId: string): Promise<string> => {
export const getUniqueTenantId = async (tenantId: string): Promise<string> => {
// make sure this tenantId always matches the tenantId in context
return context.doInTenant(tenantId, () => {
return withCache(CacheKey.UNIQUE_TENANT_ID, TTL.ONE_DAY, async () => {