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

Allow null value for mode parameter in getParams function #790

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 20, 2024

  1. Allow null value for mode parameter in getParams function

    Explicitly updated the type of the `mode` parameter to `string | null` in the `getParams` function to support cases where `mode` might be `null`. This improves flexibility and handling of optional parameters.
    recky-a authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    64ba1e6 View commit details
    Browse the repository at this point in the history