Explorar el Código

Bug fix in model.

Lee Morgan hace 5 años
padre
commit
b1699eb955
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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