lloydzhou há 1 ano atrás
pai
commit
e468fecf12
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/store/sd.ts

+ 1 - 1
app/store/sd.ts

@@ -83,7 +83,7 @@ export const useSdStore = createPersistStore<
                   self.updateDraw({
                     ...data,
                     status: "error",
-                    error: JSON.stringify(resData),
+                    error: JSON.stringify(e),
                   });
                 });
             } else {