summaryrefslogtreecommitdiff
path: root/source/features/github-actions-indicators.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/github-actions-indicators.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/github-actions-indicators.tsx')
-rw-r--r--source/features/github-actions-indicators.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/github-actions-indicators.tsx b/source/features/github-actions-indicators.tsx
index 8fecf4d3..7d2ffe8f 100644
--- a/source/features/github-actions-indicators.tsx
+++ b/source/features/github-actions-indicators.tsx
@@ -6,7 +6,7 @@ import {parseCron} from '@cheap-glitch/mi-cron';
import * as pageDetect from 'github-url-detection';
import features from '../feature-manager.js';
-import * as api from '../github-helpers/api.js';
+import api from '../github-helpers/api.js';
import {cacheByRepo} from '../github-helpers/index.js';
import observe from '../helpers/selector-observer.js';