Skip to content

Commit 42065db

Browse files
committed
🎨 chore
1 parent db81008 commit 42065db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

middleware/auth.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export default function (context) {
1414
store.commit('auth/UPDATE_USERID', app.$cookies.get('userId'))
1515
store.commit('auth/UPDATE_CLIENTID', app.$cookies.get('clientId'))
1616
store.commit('auth/UPDATE_TOKEN', app.$cookies.get('token'))
17-
store.commit('auth/UPDATE_TOKEN', 123)
1817
}
1918
}
2019
}

0 commit comments

Comments
 (0)