mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-10 00:28:22 -05:00
shopping list delay fix and category change implemented
This commit is contained in:
@@ -56,3 +56,7 @@ export function ThemeEnumToJSON(value?: ThemeEnum | null): any {
|
||||
return value as any;
|
||||
}
|
||||
|
||||
export function ThemeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): ThemeEnum {
|
||||
return value as ThemeEnum;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user