summaryrefslogtreecommitdiff
path: root/source/features/pr-branch-auto-delete.tsx
diff options
context:
space:
mode:
authorGravatar Federico Brigante <github@bfred.it> 2019-08-31 01:26:28 +0700
committerGravatar GitHub <noreply@github.com> 2019-08-31 01:26:28 +0700
commit8d0393542bd712d7bb7f93874118dedd07b62c7b (patch)
tree0a139195466ba76bf5abdd6cbb979e55dcf3322a /source/features/pr-branch-auto-delete.tsx
parent0ca864af6da9cac9f503e4abd0c58b60fbe1abc6 (diff)
downloadrefined-github-8d0393542bd712d7bb7f93874118dedd07b62c7b.tar.gz
refined-github-8d0393542bd712d7bb7f93874118dedd07b62c7b.tar.zst
refined-github-8d0393542bd712d7bb7f93874118dedd07b62c7b.zip
Update dependencies and lint (#2391)19.8.31
Diffstat (limited to 'source/features/pr-branch-auto-delete.tsx')
-rw-r--r--source/features/pr-branch-auto-delete.tsx2
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) => {