Skip to content

improve email service #120

improve email service

improve email service #120

Triggered via pull request December 26, 2023 17:19
Status Success
Total duration 49s
Artifacts

autofix.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
autofix: front/src/hooks/useEstablishment.js#L24
React Hook useCallback has an unnecessary dependency: 'userId'. Either exclude it or remove the dependency array
autofix: front/src/hooks/useSchedule.js#L28
React Hook useCallback has an unnecessary dependency: 'userId'. Either exclude it or remove the dependency array
autofix: front/src/hooks/useSchedule.js#L83
React Hook useCallback has an unnecessary dependency: 'userId'. Either exclude it or remove the dependency array
autofix: front/src/hooks/useSchedule.js#L101
React Hook useCallback has a missing dependency: 'userId'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setEstablishmentId' needs the current value of 'userId'
autofix: front/src/hooks/useTeam.js#L57
React Hook useCallback has an unnecessary dependency: 'userId'. Either exclude it or remove the dependency array
autofix: front/tailwind.config.js#L2
Assign object to a variable before exporting as module default