Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Jan 30, 2021
1 parent 2aa3f1c commit f9fa047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/plugins/ffmpeg-wasm-plugin.js
Expand Up @@ -58,7 +58,7 @@ class FFmpegWasmEngine extends ConvertEngine {
* @param {Blob} data - Recorded data that needs to be converted.
*/
async convert(data) {
const { createFFmpeg, fetchFile } = FFmpeg;
const {createFFmpeg, fetchFile} = FFmpeg;
const ffmpeg = createFFmpeg({
corePath: this.convertWorkerURL,
log: this.debug
Expand Down

0 comments on commit f9fa047

Please sign in to comment.