Total Complexity | 1 |
Complexity/F | 1 |
Lines of Code | 5 |
Function Count | 1 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | export default { |
||
2 | SET_COUNTER: (state, { type, counter }) => { |
||
3 | state.counters[type] = counter |
||
4 | } |
||
5 | } |
||
6 |