fix(lottransfer): error in timing it would only allow for a 3min window

This commit is contained in:
2025-10-02 07:48:33 -05:00
parent 71713937c7
commit 7e1a93512b
2 changed files with 16 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ export const consumeMaterial = async (data: Data) => {
"Content-Type": "application/json",
},
});
//console.log(results);
const { data: commandL, error: ce } = await tryCatch(
db.insert(commandLog).values({
commandUsed: "consumeMaterial",
@@ -68,6 +68,7 @@ export const consumeMaterial = async (data: Data) => {
status: results.status,
};
} catch (error: any) {
console.log(error);
return {
success: false,
status: 200,