[PR #78] [MERGED] Custom readValidatedBody util to return more specific error #69 #202

Closed
opened 2026-02-17 17:06:25 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/78
Author: @DecDuck
Created: 6/3/2025
Status: Merged
Merged: 6/3/2025
Merged by: @DecDuck

Base: developHead: 69-custom-readvalidatedbody-util-to-return-more-specific-error


📝 Commits (2)

  • 20e3b11 feat: add readDropValidatedBody w/ special handler for ArkErrors
  • fee8608 fix: lint

📊 Changes

11 files changed (+43 additions, -19 deletions)

View changed files

📝 server/api/v1/admin/auth/invitation/index.delete.ts (+2 -2)
📝 server/api/v1/admin/auth/invitation/index.post.ts (+2 -2)
📝 server/api/v1/admin/game/image/index.delete.ts (+2 -2)
📝 server/api/v1/admin/game/version/index.delete.ts (+2 -2)
📝 server/api/v1/admin/game/version/index.patch.ts (+2 -2)
📝 server/api/v1/admin/import/game/index.post.ts (+2 -2)
📝 server/api/v1/admin/import/version/index.post.ts (+2 -1)
📝 server/api/v1/admin/library/sources/index.delete.ts (+2 -2)
📝 server/api/v1/admin/library/sources/index.patch.ts (+2 -2)
📝 server/api/v1/admin/library/sources/index.post.ts (+2 -2)
📝 server/arktype.ts (+23 -0)

📄 Description

No description provided


🔄 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/Drop-OSS/drop/pull/78 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 6/3/2025 **Status:** ✅ Merged **Merged:** 6/3/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `69-custom-readvalidatedbody-util-to-return-more-specific-error` --- ### 📝 Commits (2) - [`20e3b11`](https://github.com/Drop-OSS/drop/commit/20e3b119604699fa89c82496dcf27057e1b1cb9c) feat: add readDropValidatedBody w/ special handler for ArkErrors - [`fee8608`](https://github.com/Drop-OSS/drop/commit/fee86084c025e34a5d6f44c49401a052ce9f7d35) fix: lint ### 📊 Changes **11 files changed** (+43 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `server/api/v1/admin/auth/invitation/index.delete.ts` (+2 -2) 📝 `server/api/v1/admin/auth/invitation/index.post.ts` (+2 -2) 📝 `server/api/v1/admin/game/image/index.delete.ts` (+2 -2) 📝 `server/api/v1/admin/game/version/index.delete.ts` (+2 -2) 📝 `server/api/v1/admin/game/version/index.patch.ts` (+2 -2) 📝 `server/api/v1/admin/import/game/index.post.ts` (+2 -2) 📝 `server/api/v1/admin/import/version/index.post.ts` (+2 -1) 📝 `server/api/v1/admin/library/sources/index.delete.ts` (+2 -2) 📝 `server/api/v1/admin/library/sources/index.patch.ts` (+2 -2) 📝 `server/api/v1/admin/library/sources/index.post.ts` (+2 -2) 📝 `server/arktype.ts` (+23 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:06:25 -05:00
yindo closed this issue 2026-02-17 17:06:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#202