mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 20:28:46 -05:00
Merge pull request #2968 from smilerz/keywords_not_required
change Recipe API to make keywords an optional field
This commit is contained in:
@@ -2200,7 +2200,7 @@ export interface Recipe {
|
||||
* @type {Array<RecipeKeywords>}
|
||||
* @memberof Recipe
|
||||
*/
|
||||
keywords: Array<RecipeKeywords>;
|
||||
keywords?: Array<RecipeKeywords>;
|
||||
/**
|
||||
*
|
||||
* @type {Array<RecipeSteps>}
|
||||
|
||||
Reference in New Issue
Block a user