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

A few bugfixes #97

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

Commits on Sep 9, 2023

  1. Bugfix

    Fixed an issue where if no cookies are found, the function would return the `next` function value instead of calling the `next` function
    ironswordX committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    b4d48e3 View commit details
    Browse the repository at this point in the history
  2. Bugfix

    Add a ! sign to the first check so that it only exits the function if the cookies don't exist, since undefined/null is a falsely value
    ironswordX committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    54242c3 View commit details
    Browse the repository at this point in the history
  3. Fix an issue I made and fix a bug

    remove the ! I added from the last commit, and default req.cookies to an empty JSON value when there are no cookies
    ironswordX committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    53e71f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e886961 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b04b2fc View commit details
    Browse the repository at this point in the history
  6. fix a few detected errors

    using [ValidateJavascript](https://validatejavascript.com/)
    ironswordX committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    7276194 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. remove random '3' logging

    was for testing, but is no longer needed
    ironswordX committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    b5a7ff6 View commit details
    Browse the repository at this point in the history