diff --git a/src/cli/extensions/helpers.js b/src/cli/extensions/helpers.js index b8e32a1..1d4fbff 100644 --- a/src/cli/extensions/helpers.js +++ b/src/cli/extensions/helpers.js @@ -57,10 +57,9 @@ export function getExtensions(type) { // Rest Actions & Hooks setActions(state.actions); setHooks(state.hooks); - - // Use the previous state - return state; } + // Use the previous state + return state; } , initialState); };