find all rest
This commit is contained in:
@@ -11,4 +11,5 @@ export const CacheKeys = {
|
||||
foodsByRestaurant: (slug: string) => `${CacheKeyPrefixes.FOODS_BY_RESTAURANT}:${slug}`,
|
||||
categoriesByRestaurant: (slug: string) => `${CacheKeyPrefixes.CATEGORIES_BY_RESTAURANT}:${slug}`,
|
||||
restaurantSpec: (slug: string) => `${CacheKeyPrefixes.RESTAURANT_SPEC}:${slug}`,
|
||||
activeRestaurantsList: () => CacheKeyPrefixes.RESTAURANT_SPEC,
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user