diff options
Diffstat (limited to 'source/github-helpers/api.ts')
-rw-r--r-- | source/github-helpers/api.ts | 2 |
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'; |