Skip to content

Commit

Permalink
just in case we want this to be typed
Browse files Browse the repository at this point in the history
  • Loading branch information
justintucker1 committed Nov 11, 2024
1 parent 17b3d8a commit 2df014b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewProviders/RokuAutomationViewViewProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class RokuAutomationViewViewProvider extends BaseRdbViewProvider {
}

private isRecording = false;
private selectedConfig;
private selectedConfig: string;
private rokuAutomationConfigs: {
name: string;
steps: {
Expand Down

0 comments on commit 2df014b

Please sign in to comment.