mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-02 16:36:20 +01:00
web/libav: remove stray curly brace
This commit is contained in:
parent
bc272b910e
commit
e084092f37
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ export default class LibAVWrapper {
|
|||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
async render({ blob, output, args }: RenderParams) {
|
||||
if (!this.libav) throw new Error("LibAV wasn't initialized");
|
||||
|
|
Loading…
Reference in a new issue