Skip to content

Commit

Permalink
Fix bug with media replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
dxlliv committed Dec 11, 2024
1 parent 1bf4258 commit 6f8f579
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/utils/utilsUserExport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export async function fulfillMediaFilesForExport(
const result = []

for await (const media of mediaList) {
media.fetch()
result.push(await media.export())
}

Expand Down

0 comments on commit 6f8f579

Please sign in to comment.