diff options
Diffstat (limited to 'source/github-helpers/pr-ci-status.ts')
-rw-r--r-- | source/github-helpers/pr-ci-status.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/github-helpers/pr-ci-status.ts b/source/github-helpers/pr-ci-status.ts index 75ca6392..a49fe065 100644 --- a/source/github-helpers/pr-ci-status.ts +++ b/source/github-helpers/pr-ci-status.ts @@ -1,6 +1,6 @@ import select from 'select-dom'; -import * as api from './api'; +import * as api from './api.js'; export const SUCCESS = Symbol('Success'); export const FAILURE = Symbol('Failure'); |