src/index.js
Function bootstrap
has 52 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
const bootstrap = async () => {
const { dispatch, getState } = store;
period.init(getState);
conversion.init(getState);
- Create a ticketCreate a ticket