Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
renzholy committed Nov 17, 2022
1 parent febe263 commit 35cd803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export function generateConnectionWithDirectHost(
host: string,
connection?: string,
): string | undefined {
console.log('generateConnectionWithDirectHost', host, connection)
if (!connection) {
return undefined
}
Expand Down

0 comments on commit 35cd803

Please sign in to comment.