(fix) spend console log

This commit is contained in:
Ishaan Jaff 2024-03-29 09:41:25 -07:00
parent 7df2d7cb33
commit 76d68a4e46

View file

@ -231,8 +231,6 @@ export const getTotalSpendCall = async (
} }
const data = await response.json(); const data = await response.json();
message.info("global spend", data);
console.log("global soend", data)
return data; return data;
// Handle success - you might want to update some state or UI based on the created key // Handle success - you might want to update some state or UI based on the created key
} catch (error) { } catch (error) {