fix(stock silo data): correction to how the data comes abck to us
This commit is contained in:
@@ -19,6 +19,6 @@ export const getStockSiloData = async () => {
|
||||
return {
|
||||
success: true,
|
||||
message: "Current silo data from alplastock.",
|
||||
data: data,
|
||||
data: stockData,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user