Skip to content

Commit

Permalink
Fix oepsie
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Mar 19, 2024
1 parent b844de0 commit 44ff7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/xhr-upload/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import {
// @ts-ignore We don't want TS to generate types for the package.json
import type { Meta, Body, UppyFile } from '@uppy/utils/lib/UppyFile'
import type { State, Uppy } from '@uppy/core'
import getAllowedMetaFields from '@uppy/utils/lib/getAllowedMetaFields'
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore We don't want TS to generate types for the package.json
import getAllowedMetaFields from '@uppy/utils/lib/getAllowedMetaFields'
import packageJson from '../package.json'
import locale from './locale.ts'

Expand Down

0 comments on commit 44ff7f9

Please sign in to comment.