1
0
Fork 0
mirror of synced 2024-07-30 02:26:11 +12:00

Fixing an issue with the tenant ID not being found in self host (default) for identification purposes, stopping doc update queue from activating and working as expected.

This commit is contained in:
mike12345567 2023-05-17 19:21:32 +01:00
parent aa13a6284b
commit 5fdd7d9076

View file

@ -86,6 +86,7 @@ const getCurrentIdentity = async (): Promise<Identity> => {
installationId,
tenantId,
environment,
realTenantId: context.getTenantId(),
hostInfo: userContext.hostInfo,
}
} else {