Skip to content

Commit

Permalink
Update src/RokuDeploy.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Bronley Plumb <[email protected]>
  • Loading branch information
MilapNaik and TwitchBronBron authored Mar 20, 2024
1 parent 94fa701 commit f64ab5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RokuDeploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ export interface SendTextOptions extends SendKeyEventOptions {

export interface CloseChannelOptions {
host: string;
remotePort: number;
remotePort?: number;
timeout?: number;

}
Expand Down

0 comments on commit f64ab5d

Please sign in to comment.