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

adding missing "undefined" default values #1732

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 25, 2022

  1. adding missing "undefined" default values

    many parameters were missing the "undefined" default value, which throws an error when such a value is passed through
    nickchomey committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    ffc748f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. typo

    nickchomey committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    cbed22b View commit details
    Browse the repository at this point in the history
  2. Update options.ts

    nickchomey committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    5816e48 View commit details
    Browse the repository at this point in the history
  3. Update options.ts

    nickchomey committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    912f5de View commit details
    Browse the repository at this point in the history