web/libav: remove stray curly brace

This commit is contained in:
dumbmoron 2024-08-12 20:39:36 +00:00
parent bc272b910e
commit e084092f37
No known key found for this signature in database

View file

@ -19,7 +19,6 @@ export default class LibAVWrapper {
});
}
}
}
async render({ blob, output, args }: RenderParams) {
if (!this.libav) throw new Error("LibAV wasn't initialized");