summaryrefslogtreecommitdiff
path: root/source/features/quick-repo-deletion.tsx
diff options
context:
space:
mode:
authorGravatar Federico Brigante <me@fregante.com> 2023-05-21 01:14:02 +0800
committerGravatar GitHub <noreply@github.com> 2023-05-20 17:14:02 +0000
commit9964869bb06e70afacd9148a36a6df0cad96f0ca (patch)
treeb882f449a9d069da9ba6e4450d6d3f9eae1911d1 /source/features/quick-repo-deletion.tsx
parent023b4d2f67255e36f234e24833ad4a13b4e81671 (diff)
downloadrefined-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.tsx2
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';