Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Dec 14, 2023
1 parent 313ae02 commit 315c9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/axle/src/interceptors/requestMd5Interceptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { minimatch } from 'minimatch'
import { set, get } from 'lodash-es'
import { MD5 } from 'crypto-js'
import { formDataToObject, isFormData, objectToFormData } from '../utils'
import { isPlainObject, isString } from '@varlet/shared'
import { isString } from '@varlet/shared'

export type RequestMd5InterceptorMappingValue = {
path: string[]
Expand Down

0 comments on commit 315c9eb

Please sign in to comment.