We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We decided to encourage return types. We are looking to complete this task over several steps. In this case it is the schedule.ts and schedule.test.ts
#1364
The text was updated successfully, but these errors were encountered:
chore: return types on schedule (#1505)
b75ac42
## Description Adds return types to schedule to unify typing ## Related Issue Fixes #1454 <!-- or --> Relates to # ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Checklist before merging - [x] Unit, [Journey](https://github.com/defenseunicorns/pepr/tree/main/journey), [E2E Tests](https://github.com/defenseunicorns/pepr-excellent-examples), [docs](https://github.com/defenseunicorns/pepr/tree/main/docs), [adr](https://github.com/defenseunicorns/pepr/tree/main/adr) added or updated as needed - [x] [Contributor Guide Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request) followed Signed-off-by: Case Wylie <[email protected]>
cmwylie19
Successfully merging a pull request may close this issue.
Describe what should be investigated or refactored
We decided to encourage return types. We are looking to complete this task over several steps. In this case it is the schedule.ts and schedule.test.ts
#1364
The text was updated successfully, but these errors were encountered: