diff options
author | 2020-05-08 03:39:07 +0200 | |
---|---|---|
committer | 2020-05-08 03:39:07 +0200 | |
commit | d092435a8016b312b2ed55e78ab57bb3d95be742 (patch) | |
tree | 466af32d42171cb2ed8c7132f0fe54a8170d4c0e /source/features/batch-open-issues.tsx | |
parent | a24d9460d36e5147f5a9f389923f2eb75f34e34f (diff) | |
download | refined-github-d092435a8016b312b2ed55e78ab57bb3d95be742.tar.gz refined-github-d092435a8016b312b2ed55e78ab57bb3d95be742.tar.zst refined-github-d092435a8016b312b2ed55e78ab57bb3d95be742.zip |
Lint (#3072)
Co-Authored-By: yakov116 <yakov116@users.noreply.github.com>
Diffstat (limited to 'source/features/batch-open-issues.tsx')
-rw-r--r-- | source/features/batch-open-issues.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/batch-open-issues.tsx b/source/features/batch-open-issues.tsx index 68c3b83c..d188e268 100644 --- a/source/features/batch-open-issues.tsx +++ b/source/features/batch-open-issues.tsx @@ -3,6 +3,7 @@ import select from 'select-dom'; import delegate from 'delegate-it'; import elementReady from 'element-ready'; import * as pageDetect from 'github-url-detection'; + import features from '../libs/features'; const confirmationRequiredCount = 10; |