mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 01:11:58 +03:00
Update dependencies
This commit is contained in:
@@ -4,6 +4,7 @@ const initialState = {
|
||||
isDisconnected: false,
|
||||
};
|
||||
|
||||
// eslint-disable-next-line default-param-last
|
||||
export default (state = initialState, { type }) => {
|
||||
switch (type) {
|
||||
case ActionTypes.SOCKET_DISCONNECT_HANDLE:
|
||||
|
||||
Reference in New Issue
Block a user