ledger gemory draft
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { marbasAxiosInstance } from "@/marbas";
|
||||
|
||||
export type ReprocessItemValues = {
|
||||
typeID: number;
|
||||
name: string;
|
||||
@@ -22,7 +20,5 @@ export const reprocess = async (items: string, minerals: string, efficiency?: nu
|
||||
};
|
||||
const source = JSON.stringify(sourceJson);
|
||||
|
||||
const response = await marbasAxiosInstance.post('/reprocess/', source, {params: {efficiency: efficiency ?? 0.55}});
|
||||
|
||||
return response.data;
|
||||
return []
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user