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

Fix ResourceID validation check expression #5447

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

Commits on Oct 3, 2024

  1. Fix: add resourceId existence checking method

    Previously, the existence of a resourceId was determined based on
    whether it was a positive number. However, since resourceId can also be
    negative, I improved this by checking the flag in the `fileds` variable
    to determine whether resourceId exists.
    hyuns66 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7b971f2 View commit details
    Browse the repository at this point in the history