Skip to content

Commit dcc4fca

Browse files
committed
Merge origin/fix-docker-setup
1 parent 22f1505 commit dcc4fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import createApiClient from '../helpers/createApiClient'
55

66
export default ({app, store, redirect, router, req, res}) => {
77
const api = createApiClient({req, res});
8-
const { service, auth: feathersVuexAuthentication, FeathersVuex } = feathersVuex(api, { idField: '_id' })
8+
const { FeathersVuex } = feathersVuex(api, { idField: '_id' })
99

1010
Vue.use(FeathersVuex)
1111
Vue.use(Vuex)

0 commit comments

Comments
 (0)