mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 14:03:43 +08:00
修复midjourney绘图失败小问题
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user