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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
dev← Head:Fix/include-region-in-exitnode-query📝 Commits (1)
bf9ce0dInclude 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. TheExitNodetype expects aregion: string | nullfield, 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.