mirror of
https://github.com/plankanban/planka.git
synced 2025-07-27 17:19:43 +02:00
Update dependencies
This commit is contained in:
parent
95ea1e97d3
commit
0c92623109
20 changed files with 18933 additions and 27589 deletions
|
@ -9,6 +9,7 @@ const initialState = {
|
|||
error: null,
|
||||
};
|
||||
|
||||
// eslint-disable-next-line default-param-last
|
||||
export default (state = initialState, { type, payload }) => {
|
||||
switch (type) {
|
||||
case ActionTypes.AUTHENTICATE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue