Phase 1: Add ESLint/Prettier config + baseline auto-fixes
This commit is contained in:
@@ -29,9 +29,9 @@ module.exports = function(ctx) {
|
||||
required: c.required,
|
||||
internal: c.internal || false,
|
||||
templateRef: c.templateRef || null,
|
||||
note: c.note || null
|
||||
note: c.note || null,
|
||||
})),
|
||||
setupInstructions: recipe.setupInstructions
|
||||
setupInstructions: recipe.setupInstructions,
|
||||
}));
|
||||
|
||||
res.json({ success: true, templates, categories: RECIPE_CATEGORIES });
|
||||
|
||||
Reference in New Issue
Block a user