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 5ce49ba commit dca55b4Copy full SHA for dca55b4
redisinsight/api/src/modules/ssh/models/ssh-options.ts
@@ -67,7 +67,6 @@ export class SshOptions {
67
})
68
@Expose()
69
@IsString({ always: true })
70
- @IsNotEmpty()
71
@IsOptional()
72
passphrase?: string;
73
}
0 commit comments