diff options
author | 2023-05-21 01:14:02 +0800 | |
---|---|---|
committer | 2023-05-20 17:14:02 +0000 | |
commit | 9964869bb06e70afacd9148a36a6df0cad96f0ca (patch) | |
tree | b882f449a9d069da9ba6e4450d6d3f9eae1911d1 /source/features/quick-repo-deletion.tsx | |
parent | 023b4d2f67255e36f234e24833ad4a13b4e81671 (diff) | |
download | refined-github-9964869bb06e70afacd9148a36a6df0cad96f0ca.tar.gz refined-github-9964869bb06e70afacd9148a36a6df0cad96f0ca.tar.zst refined-github-9964869bb06e70afacd9148a36a6df0cad96f0ca.zip |
Lint API usage (#6671)
Diffstat (limited to 'source/features/quick-repo-deletion.tsx')
-rw-r--r-- | source/features/quick-repo-deletion.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/quick-repo-deletion.tsx b/source/features/quick-repo-deletion.tsx index 0b1f5cd1..9b6ad674 100644 --- a/source/features/quick-repo-deletion.tsx +++ b/source/features/quick-repo-deletion.tsx @@ -9,7 +9,7 @@ import * as pageDetect from 'github-url-detection'; import delegate, {DelegateEvent} from 'delegate-it'; import features from '../feature-manager.js'; -import * as api from '../github-helpers/api.js'; +import api from '../github-helpers/api.js'; import {getForkedRepo, getRepo} from '../github-helpers/index.js'; import pluralize from '../helpers/pluralize.js'; import addNotice from '../github-widgets/notice-bar.js'; |