Update subchannel.ts

This commit is contained in:
WK 2020-09-01 01:40:14 +08:00 committed by GitHub
parent 7fc0035f7f
commit 158d0dd99f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ export class Subchannel {
}
);
const hostPort = splitHostPort(targetPath);
connectionOptions.servername = hostPort?.host ?? : targetPath;
connectionOptions.servername = hostPort?.host ?? targetPath;
}
}
}