fix: more accurate inventory after skipTutorial #755

Merged
AMelonInsideLemon merged 2 commits from new-inventory into main 2025-01-20 09:25:50 -08:00
Showing only changes of commit ff9d2cddf1 - Show all commits

View File

@ -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 }