Skip to content

Commit d8041ba

Browse files
committed
Fix biome
1 parent 74889ed commit d8041ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser-extension/src/lib/enhancers/github/githubIssueAddComment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class GitHubIssueAddCommentEnhancer implements CommentEnhancer<GitHubIssu
1616
return ['GH_ISSUE_ADD_COMMENT']
1717
}
1818

19-
tryToEnhance(textarea: HTMLTextAreaElement): GitHubIssueAddCommentSpot | null {
19+
tryToEnhance(_textarea: HTMLTextAreaElement): GitHubIssueAddCommentSpot | null {
2020
if (document.querySelector('meta[name="hostname"]')?.getAttribute('content') !== 'github.com') {
2121
return null
2222
}

0 commit comments

Comments
 (0)