Skip to content
New issue

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

docs: Correct optional parameter syntax in caching code snippet #411

Merged
merged 1 commit into from
Aug 30, 2023
Merged

docs: Correct optional parameter syntax in caching code snippet #411

merged 1 commit into from
Aug 30, 2023

Commits on Aug 30, 2023

  1. fix(docs): Correct optional parameter syntax in caching code snippet

    Updated the `getScheduledEvents` function definition in `epic-stack/docs/caching.md` to correctly denote the `timings` parameter as optional.
    
    - Changed `timings: Timings` to `timings?: Timings` to make it valid TypeScript code.
    
    This fix ensures developers referencing the caching documentation will not encounter issues related to this specific code snippet.
    MoSattler authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    492441e View commit details
    Browse the repository at this point in the history