fixed cars_make
This commit is contained in:
parent
d2f53b6887
commit
62b76d6f13
@ -9,7 +9,6 @@ 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