change back hosts to hosts for stream

main v1.4.3
Ayush Mukherjee 4 years ago
parent 22a2783e92
commit 52d3b33bef

@ -19,7 +19,7 @@ const streams = new Schema({
}], }],
hosts: [{ hosts: [{
type: Schema.Types.ObjectId, type: Schema.Types.ObjectId,
ref: 'Casters', ref: 'Hosts',
}], }],
}) })

Loading…
Cancel
Save