We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b0968 commit bc1f40eCopy full SHA for bc1f40e
redisinsight/api/src/modules/rdi/providers/rdi.client.provider.ts
@@ -36,7 +36,7 @@ export class RdiClientProvider {
36
this.logger.error(`RDI with ${clientMetadata.id} was not Found`);
37
throw new NotFoundException(ERROR_MESSAGES.INVALID_RDI_INSTANCE_ID);
38
}
39
- const rdiClient = this.rdiClientFactory.createClient(clientMetadata, rdi);
+ const rdiClient = await this.rdiClientFactory.createClient(clientMetadata, rdi);
40
if (rdiClient) {
41
this.updateLastConnection(clientMetadata);
42
0 commit comments