fix(lots): missed .data on the lotInfo return
This commit is contained in:
@@ -27,7 +27,7 @@ export const getLots = async () => {
|
||||
return {
|
||||
success: true,
|
||||
message: "Current active lots that are technically released.",
|
||||
data: lotInfo,
|
||||
data: lotInfo.data,
|
||||
};
|
||||
} else {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user