fix(loads): populate company and carrier fields
This commit is contained in:
@@ -62,4 +62,4 @@ const schema = new Schema({
|
||||
is_hidden: { type: Boolean, default: false },
|
||||
});
|
||||
|
||||
module.exports = mongoose.model( "branches", schema );
|
||||
module.exports = mongoose.model( "companies", schema );
|
||||
|
||||
Reference in New Issue
Block a user