fix(stock silo data): correction to how the data comes abck to us

This commit is contained in:
2025-04-29 17:11:17 -05:00
parent 9953846c7f
commit 99bed6a8aa

View File

@@ -19,6 +19,6 @@ export const getStockSiloData = async () => {
return { return {
success: true, success: true,
message: "Current silo data from alplastock.", message: "Current silo data from alplastock.",
data: data, data: stockData,
}; };
}; };