Skip to content

Commit d4c9280

Browse files
#RI-5803 - resolve comments
1 parent 068f449 commit d4c9280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/src/modules/rdi/client/rdi.client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export abstract class RdiClient {
3737

3838
abstract dryRunJob(data: RdiDryRunJobDto): Promise<RdiDryRunJobResponseDto>;
3939

40-
abstract testConnections(config: string, signal: Request): Promise<RdiTestConnectionsResponseDto>;
40+
abstract testConnections(config: string, req: Request): Promise<RdiTestConnectionsResponseDto>;
4141

4242
abstract getStatistics(sections?: string): Promise<RdiStatisticsResult>;
4343

0 commit comments

Comments
 (0)