mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Remove aws bug workaround
This has been fixed in https://github.com/aws/aws-sdk-js-v3/pull/2835
This commit is contained in:
parent
7fb2c60bbe
commit
532e6a4172
2 changed files with 0 additions and 15 deletions
|
@ -64,7 +64,6 @@ export class APVideoCreator extends APVideoAbstractBuilder {
|
|||
return { autoBlacklisted, videoCreated }
|
||||
} catch (err) {
|
||||
// FIXME: Use rollback hook when https://github.com/sequelize/sequelize/pull/13038 is released
|
||||
// Remove thumbnail
|
||||
if (thumbnailModel) await thumbnailModel.removeThumbnail()
|
||||
|
||||
throw err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue