summaryrefslogtreecommitdiff
path: root/source/features/mark-private-orgs.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/mark-private-orgs.tsx')
-rw-r--r--source/features/mark-private-orgs.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/features/mark-private-orgs.tsx b/source/features/mark-private-orgs.tsx
index 12bbc0b6..0219d1e3 100644
--- a/source/features/mark-private-orgs.tsx
+++ b/source/features/mark-private-orgs.tsx
@@ -5,9 +5,9 @@ import select from 'select-dom';
import {EyeClosedIcon} from '@primer/octicons-react';
import * as pageDetect from 'github-url-detection';
-import features from '../feature-manager';
-import * as api from '../github-helpers/api';
-import {getUsername} from '../github-helpers';
+import features from '../feature-manager.js';
+import * as api from '../github-helpers/api.js';
+import {getUsername} from '../github-helpers/index.js';
const getPublicOrganizationsNames = cache.function('public-organizations', async (username: string): Promise<string[]> => {
// API v4 seems to *require* `org:read` permission AND it includes private organizations as well, which defeats the purpose. There's no way to filter them.