lloydzhou hai 1 ano
pai
achega
e468fecf12
Modificáronse 1 ficheiros con 1 adicións e 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 {