fix(loads): populate company and carrier fields

This commit is contained in:
2023-10-06 20:28:12 -06:00
parent d019017600
commit e538e229f3
12 changed files with 51 additions and 32 deletions

View File

@@ -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 );