Update personalRoomsModel.ts

This commit is contained in:
AMelonInsideLemon 2025-01-09 05:22:39 +01:00
parent e5d192fb2b
commit ff9d2cddf1

View File

@ -90,7 +90,7 @@ const orbiterSchema = new Schema<IOrbiter>(
{
Features: [String],
Rooms: [roomSchema],
ContentUrlSignature: String,
ContentUrlSignature: { type: String, required: false },
BootLocation: String
},
{ _id: false }