Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Apr 15, 2024
1 parent 834ae85 commit 88bb85b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ export default class ProviderView<M extends Meta, B extends Body> extends View<
for (const newFile of files) {
const tagFile = this.getTagFile(newFile)

const id = getSafeFileId(tagFile)
const id = getSafeFileId(tagFile, this.plugin.uppy.getID())
// If the same folder is added again, we don't want to send
// X amount of duplicate file notifications, we want to say
// the folder was already added. This checks if all files are duplicate,
Expand Down

0 comments on commit 88bb85b

Please sign in to comment.