Use easyjson
This commit is contained in:
parent
e7cff1686e
commit
09d57b7023
25 changed files with 6167 additions and 122 deletions
|
@ -88,6 +88,14 @@ export default createReducer(
|
|||
})
|
||||
)
|
||||
);
|
||||
},
|
||||
|
||||
[actions.socket.SERVERS](state, { data }) {
|
||||
if (data) {
|
||||
data.forEach(({ host }) => {
|
||||
state[host] = {};
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue