mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-05 14:18:51 -05:00
Merge branch 'develop' into feature/vue3
# Conflicts: # requirements.txt
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