Skip to content

Commit

Permalink
@uppy/transloadit: fix error message (#4572)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Jul 13, 2023
1 parent e054a25 commit d09145f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/transloadit/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export default class Transloadit extends BasePlugin {
const state = this.getPluginState()
const file = this.#findFile(uploadedFile)
if (!file) {
this.uppy.log('[Transloadit] Couldn’t file the file, it was likely removed in the process')
this.uppy.log('[Transloadit] Couldn’t find the file, it was likely removed in the process')
return
}
this.setPluginState({
Expand Down

0 comments on commit d09145f

Please sign in to comment.