diff options
Diffstat (limited to 'source/features/pr-branch-auto-delete.tsx')
-rw-r--r-- | source/features/pr-branch-auto-delete.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/pr-branch-auto-delete.tsx b/source/features/pr-branch-auto-delete.tsx index 9282b6ba..acfd28fa 100644 --- a/source/features/pr-branch-auto-delete.tsx +++ b/source/features/pr-branch-auto-delete.tsx @@ -4,7 +4,7 @@ import features from '../libs/features'; import observeEl from '../libs/simplified-element-observer'; function init(): void { - const [subscription] = delegate('#discussion_bucket', '.js-merge-commit-button', 'click', async () => { + const [subscription] = delegate('#discussion_bucket', '.js-merge-commit-button', 'click', () => { subscription.destroy(); observeEl('.discussion-timeline-actions', (_, observer) => { |