修复midjourney绘图失败小问题

This commit is contained in:
sijinhui
2023-12-28 23:11:48 +08:00
parent ee215be51b
commit ebe8cc1dc7
2 changed files with 5 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ async function handle(
},
cache: "no-store",
method: req.method,
body: cloneBody,
body: cloneBody == "" ? null : cloneBody,
signal: controller.signal,
//@ts-ignore
// duplex: "half",