[PR #383] [CLOSED] removed promise.resolve #928

Closed
opened 2026-02-26 19:31:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/383
Author: @swastik959
Created: 9/18/2023
Status: Closed

Base: mainHead: patch-1


📝 Commits (1)

📊 Changes

15 files changed (+19 additions, -19 deletions)

View changed files

📝 apps/web/pages/api/auth/forgot-password.ts (+1 -1)
📝 apps/web/pages/api/auth/reset-password.ts (+1 -1)
📝 apps/web/pages/api/auth/signup.ts (+1 -1)
📝 apps/web/pages/api/documents/[id].ts (+2 -2)
📝 apps/web/pages/api/documents/[id]/fields/[fid].ts (+1 -1)
📝 apps/web/pages/api/documents/[id]/fields/index.ts (+2 -2)
📝 apps/web/pages/api/documents/[id]/recipients/[rid].ts (+1 -1)
📝 apps/web/pages/api/documents/[id]/recipients/index.ts (+1 -1)
📝 apps/web/pages/api/documents/[id]/send.ts (+1 -1)
📝 apps/web/pages/api/documents/[id]/sign.ts (+1 -1)
📝 apps/web/pages/api/documents/index.ts (+2 -2)
📝 apps/web/pages/api/health.ts (+1 -1)
📝 apps/web/pages/api/test-sign/[id].ts (+1 -1)
📝 apps/web/pages/api/users/index.ts (+2 -2)
📝 apps/web/pages/api/users/me.ts (+1 -1)

📄 Description

I have removed promise.resolve as it was unnecessary
fixes #301


🔄 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/documenso/documenso/pull/383 **Author:** [@swastik959](https://github.com/swastik959) **Created:** 9/18/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`92779ea`](https://github.com/documenso/documenso/commit/92779ea9293f3cc5c310bcd772bac321bae5b11a) removed promise.resolve ### 📊 Changes **15 files changed** (+19 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/pages/api/auth/forgot-password.ts` (+1 -1) 📝 `apps/web/pages/api/auth/reset-password.ts` (+1 -1) 📝 `apps/web/pages/api/auth/signup.ts` (+1 -1) 📝 `apps/web/pages/api/documents/[id].ts` (+2 -2) 📝 `apps/web/pages/api/documents/[id]/fields/[fid].ts` (+1 -1) 📝 `apps/web/pages/api/documents/[id]/fields/index.ts` (+2 -2) 📝 `apps/web/pages/api/documents/[id]/recipients/[rid].ts` (+1 -1) 📝 `apps/web/pages/api/documents/[id]/recipients/index.ts` (+1 -1) 📝 `apps/web/pages/api/documents/[id]/send.ts` (+1 -1) 📝 `apps/web/pages/api/documents/[id]/sign.ts` (+1 -1) 📝 `apps/web/pages/api/documents/index.ts` (+2 -2) 📝 `apps/web/pages/api/health.ts` (+1 -1) 📝 `apps/web/pages/api/test-sign/[id].ts` (+1 -1) 📝 `apps/web/pages/api/users/index.ts` (+2 -2) 📝 `apps/web/pages/api/users/me.ts` (+1 -1) </details> ### 📄 Description I have removed promise.resolve as it was unnecessary fixes #301 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:31:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#928
No description provided.