Live update + class progress

This commit is contained in:
SowinskiBraeden committed 2021-01-13 12:38:17 -08:00
1 parent a404f5a61b
commit 3307307025
14 files changed
+8263 -185

No files matched your search

+3
View File
@@ -20,6 +20,9 @@ const QuestSchema = new mongoose.Schema({
instruction: {
type: String,
required: true
},
referenceClass: {
type: [String]
}
});