aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/communityRecipes/index.js
diff options
context:
space:
mode:
authorLibravatar Markandan R <rmarkandan@yahoo.com>2021-06-22 10:56:34 +0530
committerLibravatar GitHub <noreply@github.com>2021-06-22 10:56:34 +0530
commita94ed659846f0bc93c05bccf0c96785b91e5c78f (patch)
tree0a50eeb85e9043708936da9a0c923b32edbe8ab9 /src/features/communityRecipes/index.js
parentDowngraded submodule 'src/internal-server' (diff)
downloadferdium-app-a94ed659846f0bc93c05bccf0c96785b91e5c78f.tar.gz
ferdium-app-a94ed659846f0bc93c05bccf0c96785b91e5c78f.tar.zst
ferdium-app-a94ed659846f0bc93c05bccf0c96785b91e5c78f.zip
Removed the cyclical dependency (#1519) (#1539)
Diffstat (limited to 'src/features/communityRecipes/index.js')
-rw-r--r--src/features/communityRecipes/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/features/communityRecipes/index.js b/src/features/communityRecipes/index.js
index 553b423f3..39f7e9cd6 100644
--- a/src/features/communityRecipes/index.js
+++ b/src/features/communityRecipes/index.js
@@ -3,8 +3,6 @@ import { CommunityRecipesStore } from './store';
3 3
4const debug = require('debug')('Ferdi:feature:communityRecipes'); 4const debug = require('debug')('Ferdi:feature:communityRecipes');
5 5
6export const DEFAULT_SERVICE_LIMIT = 3;
7
8export const communityRecipesStore = new CommunityRecipesStore(); 6export const communityRecipesStore = new CommunityRecipesStore();
9 7
10export default function initCommunityRecipes(stores, actions) { 8export default function initCommunityRecipes(stores, actions) {