Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jan 31, 2024
1 parent 40b7702 commit cbc5005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/request-utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { _each, _isValidRegex } from './'

import { _isArray, _isFunction, _isUndefined } from './type-utils'
import { _isArray, _isUndefined } from './type-utils'
import { logger } from './logger'
import { document, fetch, XMLHttpRequest } from './globals'

Expand Down

0 comments on commit cbc5005

Please sign in to comment.