Skip to content

Commit

Permalink
Update subchannel.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wkchee committed Aug 31, 2020
1 parent 7fc0035 commit 158d0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-js/src/subchannel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ export class Subchannel {
}
);
const hostPort = splitHostPort(targetPath);
connectionOptions.servername = hostPort?.host ?? : targetPath;
connectionOptions.servername = hostPort?.host ?? targetPath;
}
}
}
Expand Down

0 comments on commit 158d0dd

Please sign in to comment.