Fix: Include "region" field in ExitNode query to match schema #949

Closed
opened 2026-04-05 18:02:51 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Pallavikumarimdb on 9/7/2025

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

This PR fixes a type mismatch issue in listExitNodes. The ExitNode type expects a region: string | null field, but the query did not select it, causing errors.

How to test?

*Originally created by @Pallavikumarimdb on 9/7/2025* ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description This PR fixes a type mismatch issue in `listExitNodes`. The `ExitNode` type expects a `region: string | null` field, but the query did not select it, causing errors. ## How to test?
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#949