mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 09:13:20 +03:00
Update dependencies
This commit is contained in:
@@ -6,6 +6,7 @@ const initialState = {
|
||||
userId: null,
|
||||
};
|
||||
|
||||
// eslint-disable-next-line default-param-last
|
||||
export default (state = initialState, { type, payload }) => {
|
||||
switch (type) {
|
||||
case ActionTypes.AUTHENTICATE__SUCCESS:
|
||||
|
||||
Reference in New Issue
Block a user