forked from DebaucheryLibrarian/traxxx
Switched to tabs. Adding missing actor entries when scraping actors, with batch ID.
This commit is contained in:
@@ -3,11 +3,11 @@ import mutations from './mutations';
|
||||
import actions from './actions';
|
||||
|
||||
function initAuthStore(store, router) {
|
||||
return {
|
||||
state,
|
||||
mutations,
|
||||
actions: actions(store, router),
|
||||
};
|
||||
return {
|
||||
state,
|
||||
mutations,
|
||||
actions: actions(store, router),
|
||||
};
|
||||
}
|
||||
|
||||
export default initAuthStore;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export default {
|
||||
authenticated: false,
|
||||
user: null,
|
||||
authenticated: false,
|
||||
user: null,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user