mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 13:19:44 +02:00
Update dependencies
This commit is contained in:
parent
da9878f220
commit
99862c2f9a
20 changed files with 18933 additions and 27589 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue