Total Complexity | 1 |
Complexity/F | 1 |
Lines of Code | 3 |
Function Count | 1 |
Duplicated Lines | 0 |
Ratio | 0 % |
Coverage | 100% |
Changes | 0 |
1 | 24 | export const CREATE_VISIT = 'shlink/visitCreation/CREATE_VISIT'; |
|
2 | |||
3 | export const createNewVisit = ({ shortUrl, visit }) => ({ shortUrl, visit, type: CREATE_VISIT }); |
||
4 |