Parcourir la source

Bug fix in model.

Lee Morgan il y a 5 ans
Parent
commit
b1699eb955
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      models/recipe.js

+ 1 - 1
models/recipe.js

@@ -26,7 +26,7 @@ const RecipeSchema = new mongoose.Schema({
     category: {
         type: String,
         required: false
-    }
+    },
     hidden: {
         type: Boolean,
         default: false