summaryrefslogtreecommitdiff
path: root/source/github-helpers/api.ts
diff options
context:
space:
mode:
authorGravatar Federico Brigante <me@fregante.com> 2022-09-20 16:19:15 +0700
committerGravatar GitHub <noreply@github.com> 2022-09-20 16:19:15 +0700
commitc1f308405ae9ce5f712803265b93be537178863d (patch)
treeb02fb0e9fa951945e1344b5fa442f6a0b723dbf7 /source/github-helpers/api.ts
parent03022000ea8567d544dfdf38021a074b03aff1ec (diff)
downloadrefined-github-c1f308405ae9ce5f712803265b93be537178863d.tar.gz
refined-github-c1f308405ae9ce5f712803265b93be537178863d.tar.zst
refined-github-c1f308405ae9ce5f712803265b93be537178863d.zip
Meta: Default to `deduplicate: false` (#5999)
Diffstat (limited to 'source/github-helpers/api.ts')
-rw-r--r--source/github-helpers/api.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/github-helpers/api.ts b/source/github-helpers/api.ts
index 69cce30c..1ea37962 100644
--- a/source/github-helpers/api.ts
+++ b/source/github-helpers/api.ts
@@ -29,7 +29,7 @@ import mem from 'mem';
import * as pageDetect from 'github-url-detection';
import {JsonObject, AsyncReturnType} from 'type-fest';
-import features from '../features';
+import features from '../feature-manager';
import {getRepo} from '.';
import optionsStorage from '../options-storage';