sagarkhole4
sagarkhole4
Thank you for looking into this! If we look at this code: ```javascript async withTenantAgent(options, withTenantAgentCallback) { this.logger.debug(`Getting tenant agent for tenant '${options.tenantId}' in with tenant agent callback`); const tenantAgent...
Hi @TimoGlastra , Do you suggest that we should update this code.
executed pnpm install and committed the pnpm-lock file.
> Tests are now failing as removing a tenant does not remove it from the cache. I think we should remove the tenant record from the cache if a tenant...