瀏覽代碼

hotfix for run plugin call post api

lloydzhou 1 年之前
父節點
當前提交
d830c23dab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/utils.ts

+ 1 - 1
app/utils.ts

@@ -295,7 +295,7 @@ export function fetch(
   if (window.__TAURI__) {
     return tauriStreamFetch(url, {
       ...options,
-      body: options?.body || options?.data,
+      body: (options?.body || options?.data) as any,
     });
     // const payload = options?.body || options?.data;
     // return tauriFetch(url, {