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

Fixed type assertion panic in network ID retrieval #532

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

Commits on Feb 26, 2024

  1. Fixed type assertion panic in network ID retrieval

    Refactored network ID retrieval logic to include checks for nil values and to ensure that the 'id' field is of type float64 before conversion. This prevents a panic caused by improper type assertion and ensures robust error handling in case of missing or invalid network IDs.
    shurkys committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    23f8a0a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. go fmt

    shurkys committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    6b2fab1 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    c3e14c6 View commit details
    Browse the repository at this point in the history