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: implode->join and duplicated if condition #28761

Merged
merged 2 commits into from
Mar 11, 2024

Commits on Mar 11, 2024

  1. Fix: join->implode

    # Fix: join->implode
    
    Update new cases of join
    mdeweerd committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    98b67d0 View commit details
    Browse the repository at this point in the history
  2. Fix: Duplicate if condition in if/else sequence

    # Fix: Duplicate if condition in if/else sequence
    
    Fixed repeated if condition and action
    mdeweerd committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    625c0b3 View commit details
    Browse the repository at this point in the history