Skip to content

Commit 9e3444d

Browse files
author
Artem
committed
resolve conflicts. again...
1 parent 73920f6 commit 9e3444d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/src/modules/redis/redis.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export class RedisService {
190190
return client;
191191
}
192192

193-
public async createClientAutomatically(database: Database, tool: AppTool, connectionName) {
193+
public async createClientAutomatically(database: Database, tool: ClientContext, connectionName) {
194194
// try sentinel connection
195195
if (database?.sentinelMaster) {
196196
try {

0 commit comments

Comments
 (0)