diff options
Diffstat (limited to 'source/github-helpers/does-file-exist.tsx')
| -rw-r--r-- | source/github-helpers/does-file-exist.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/github-helpers/does-file-exist.tsx b/source/github-helpers/does-file-exist.tsx index e0ed727b..b3709241 100644 --- a/source/github-helpers/does-file-exist.tsx +++ b/source/github-helpers/does-file-exist.tsx @@ -1,5 +1,5 @@ -import * as api from './api'; -import GitHubURL from './github-url'; +import * as api from './api.js'; +import GitHubURL from './github-url.js'; export default async function doesFileExist(url: GitHubURL): Promise<boolean> { const {repository} = await api.v4(` |
