Workaround failures on GitHub action

This commit is contained in:
Manav Rathi
2024-07-02 12:07:45 +05:30
parent 8abcd39966
commit f8e5bd3d66

View File

@@ -1,3 +1,10 @@
// TODO: These can be removed when we start using ffmpeg upstream. For an reason
// I haven't investigated much, when we run eslint on our CI, it seems to behave
// differently than locally and give a lot of warnings that possibly arise from
// it not being able to locate ffmpeg-wasm.
/* eslint-disable */
import log from "@/next/log";
import QueueProcessor from "@ente/shared/utils/queueProcessor";
import { expose } from "comlink";