fix: media allowlist finalize (#16697) (thanks @tyler6204)

This commit is contained in:
Vignesh Natarajan
2026-02-14 17:44:24 -08:00
committed by Vignesh
parent edb06170f5
commit 9f368ac9e6

View File

@@ -32,7 +32,6 @@ type WebMediaOptions = {
readFile?: (filePath: string) => Promise<Buffer>; readFile?: (filePath: string) => Promise<Buffer>;
}; };
<<<<<<< HEAD
export function getDefaultLocalRoots(): string[] { export function getDefaultLocalRoots(): string[] {
return [ return [
os.tmpdir(), os.tmpdir(),