fixed cars_make
This commit is contained in:
parent
ccc6977ea1
commit
d2f53b6887
@ -9,6 +9,7 @@ exports.getMakes = async (req, res) => {
|
||||
.lean();
|
||||
|
||||
const makes = docs.map((d) => ({
|
||||
value: d._id.toString(),
|
||||
label: d.make_name,
|
||||
}));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user