You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…eploy.ts (#1577)
### Describe what should be investigated or refactored
Refactor of `src/cli/deploy.ts` to reduce complexity warnings:
```
/pepr/src/cli/deploy.ts
28:13 warning Async arrow function has too many statements (27). Maximum allowed is 20 max-statements
28:13 warning Async arrow function has a complexity of 17. Maximum allowed is 10 complexity
```
### Additional context
Fixes#1538
In support of #1248
---------
Co-authored-by: Case Wylie <[email protected]>
Describe what should be investigated or refactored
The text was updated successfully, but these errors were encountered: