[PR #1430] [MERGED] Fix: Include "region" field in ExitNode query to match schema #39447

Closed
opened 2026-06-22 03:20:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1430
Author: @Pallavikumarimdb
Created: 9/7/2025
Status: Merged
Merged: 9/7/2025
Merged by: @oschwartz10612

Base: devHead: Fix/include-region-in-exitnode-query


📝 Commits (1)

  • bf9ce0d Include region field in ExitNode query to match schema

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 server/lib/exitNodes/exitNodes.ts (+2 -1)

📄 Description

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?


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/1430 **Author:** [@Pallavikumarimdb](https://github.com/Pallavikumarimdb) **Created:** 9/7/2025 **Status:** ✅ Merged **Merged:** 9/7/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `Fix/include-region-in-exitnode-query` --- ### 📝 Commits (1) - [`bf9ce0d`](https://github.com/fosrl/pangolin/commit/bf9ce0df9b35aba8bb41866f5f9ddcf1ee79c7cc) Include region field in ExitNode query to match schema ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/lib/exitNodes/exitNodes.ts` (+2 -1) </details> ### 📄 Description ## 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? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-22 03:20:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#39447