mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 14:24:59 +00:00
fix: media allowlist finalize (#16697) (thanks @tyler6204)
This commit is contained in:
committed by
Vignesh
parent
edb06170f5
commit
9f368ac9e6
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user