Skip to content

Commit

Permalink
fix: incorrect import path
Browse files Browse the repository at this point in the history
  • Loading branch information
alan910127 committed Nov 17, 2023
1 parent 2e8e6cd commit ae524dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Gitlab } from '@gitbeaker/rest'
import type { ProxyAgentConfigurationType } from 'global-agent'
import { bootstrap } from 'global-agent'

import { env } from './env'
import { env } from './env.js'

const PROXY_PROPS = ['http_proxy', 'https_proxy', 'no_proxy'] as const

Expand Down
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import remarkParse from 'remark-parse'
import remarkStringify from 'remark-stringify'
import { unified } from 'unified'

import { env } from './env'
import { env } from './env.js'

export const BumpLevels = {
dep: 0,
Expand Down

0 comments on commit ae524dc

Please sign in to comment.