diff --git a/generators/container/saga.js.hbs b/generators/container/saga.js.hbs index 2a23cb8..904dee7 100644 --- a/generators/container/saga.js.hbs +++ b/generators/container/saga.js.hbs @@ -4,7 +4,7 @@ import { {{ camelCase name}}Types } from './reducer'; // Individual exports for testing const { DEFAULT_ACTION } = {{ camelCase name }}Types; -export function *defaultFunction (/* action */) { +export function* defaultFunction (/* action */) { // console.log('Do something here') };