fix(challenge tags); change type to Mixed in preparation for migration
This commit is contained in:
@@ -13,7 +13,7 @@ export const schema = new Schema({
|
||||
required: true,
|
||||
},
|
||||
name: { $type: String, required: true },
|
||||
challenge: { $type: String },
|
||||
challenge: { $type: Schema.Types.Mixed },
|
||||
group: { $type: String },
|
||||
}, {
|
||||
strict: true,
|
||||
|
||||
Reference in New Issue
Block a user