lloydzhou hace 1 año
padre
commit
e468fecf12
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {