mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-04 21:58:54 -05:00
shopping list delay fix and category change implemented
This commit is contained in:
@@ -52,3 +52,7 @@ export function DefaultPageEnumToJSON(value?: DefaultPageEnum | null): any {
|
||||
return value as any;
|
||||
}
|
||||
|
||||
export function DefaultPageEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): DefaultPageEnum {
|
||||
return value as DefaultPageEnum;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user