From 828f4bce4ee1d7c53c132f0cce6032c121632015 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Thu, 12 Sep 2019 09:19:10 +0200 Subject: Use ferdi namespace on debugger --- src/features/communityRecipes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/features/communityRecipes/index.js') diff --git a/src/features/communityRecipes/index.js b/src/features/communityRecipes/index.js index 4d050f90e..608164b68 100644 --- a/src/features/communityRecipes/index.js +++ b/src/features/communityRecipes/index.js @@ -1,7 +1,7 @@ import { reaction } from 'mobx'; import { CommunityRecipesStore } from './store'; -const debug = require('debug')('Franz:feature:communityRecipes'); +const debug = require('debug')('Ferdi:feature:communityRecipes'); export const DEFAULT_SERVICE_LIMIT = 3; -- cgit v1.2.3-54-g00ecf