Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed type assertion panic in network ID retrieval (#532)
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.
- Loading branch information