mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	fix: Recipe Timeline Not Filtering (#5666)
This commit is contained in:
		| @@ -219,10 +219,7 @@ export class RecipeAPI extends BaseCRUDAPI<CreateRecipe, Recipe, Recipe> { | ||||
|  | ||||
|   async getAllTimelineEvents(page = 1, perPage = -1, params = {} as any) { | ||||
|     return await this.requests.get<PaginationData<RecipeTimelineEventOut>>( | ||||
|       routes.recipesTimelineEvent, | ||||
|       { | ||||
|         params: { page, perPage, ...params }, | ||||
|       }, | ||||
|       routes.recipesTimelineEvent, { page, perPage, ...params }, | ||||
|     ); | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user