Skip to content

Commit

Permalink
Override setUpEventListeners in GithubService
Browse files Browse the repository at this point in the history
  • Loading branch information
fishshi committed Nov 9, 2024
1 parent 1fb7996 commit 920dd84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/extension/review-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ export class GithubService extends ConversationHistory {
) {
super(context, webView, sessionManager, symmetryService)
this._templateProvider = new TemplateProvider(templateDir)
this.eventListeners()
}

eventListeners() {
setUpEventListeners() {
this.webView.onDidReceiveMessage(
// eslint-disable-next-line @typescript-eslint/no-explicit-any
async (message: ClientMessage<any>) => {
Expand Down

0 comments on commit 920dd84

Please sign in to comment.