fix: Adding company-name to public-companies endpoint
fix: Adding filter to public-loads endpoint fix: Adding isVerified field on account_create event
This commit is contained in:
@@ -9,7 +9,7 @@ const populate_list = ['categories'];
|
||||
const generic = new GenericHandler( Model, null, populate_list );
|
||||
|
||||
const getList = async(req, res) => {
|
||||
const filter = null;//{ status : "Published" };
|
||||
const filter = { status : "Published" };
|
||||
const select = [
|
||||
"categories",
|
||||
"truck_type",
|
||||
|
||||
Reference in New Issue
Block a user