Skip to content

Commit

Permalink
fix: fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljolley committed Jan 18, 2025
1 parent 72fd3bf commit 762514a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export async function activate(context: vscode.ExtensionContext) {

// Auto connect to Twitch Chat if 'twitchThemer.autoConnect' is true (default is false)
// and we are currently streaming.
await autoConnect(_chatClient, context);
await autoConnect(_chatClient);

Logger.log(LogLevel.info, "Congratulations, Twitch Themer is now active!");
}
Expand Down

0 comments on commit 762514a

Please sign in to comment.