Skip to content

Commit f4fa9c2

Browse files
authored
Update init-feathers-vuex.js
fix
1 parent 57c5a58 commit f4fa9c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/init-feathers-vuex.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ export default async ({app, store, req, res}) => {
1616

1717
const servicePlugins = requireModule.keys().map(modulePath => requireModule(modulePath).default(feathersClient))
1818
servicePlugins.forEach((servicePlugin) => {
19-
servicePlugin(store);
20-
});
21-
};
19+
servicePlugin(store)
20+
})
21+
}

0 commit comments

Comments
 (0)