Update personalRoomsModel.ts
This commit is contained in:
		
							parent
							
								
									e5d192fb2b
								
							
						
					
					
						commit
						ff9d2cddf1
					
				@ -90,7 +90,7 @@ const orbiterSchema = new Schema<IOrbiter>(
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
        Features: [String],
 | 
					        Features: [String],
 | 
				
			||||||
        Rooms: [roomSchema],
 | 
					        Rooms: [roomSchema],
 | 
				
			||||||
        ContentUrlSignature: String,
 | 
					        ContentUrlSignature: { type: String, required: false },
 | 
				
			||||||
        BootLocation: String
 | 
					        BootLocation: String
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    { _id: false }
 | 
					    { _id: false }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user