remove required attr for caster/host image

main
Ayush Mukherjee 4 years ago
parent 2064f0036f
commit 4be96cf548

@ -15,7 +15,6 @@ const casters = new Schema({
},
image: {
type: String,
required: true,
}
});

@ -15,7 +15,6 @@ const hosts = new Schema({
},
image: {
type: String,
required: true,
}
});

Loading…
Cancel
Save