[PR #14] [CLOSED] Fix superagent #61

Closed
opened 2026-09-04 00:21:56 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/detleph/server/pull/14
Author: @stephan418
Created: 11/9/2021
Status: Closed

Base: mainHead: fix-superagent


📝 Commits (6)

  • ea6b2d7 Chaned Prisma shema due to Issue: #8
  • e816e0b Check formatting on the dev branch
  • 5c0bc20 Added docker-compose
  • d596670 Add mail functionality into the development branch (#12)
  • eff8dd0 Add the redis server to docker-compose.yml
  • e5d92de This fixes the bug where the code does not compile

📊 Changes

12 files changed (+2286 additions, -52 deletions)

View changed files

📝 .github/workflows/prettier-check.yml (+2 -2)
📝 .gitignore (+3 -0)
📝 README.md (+4 -0)
docker-compose.yml (+28 -0)
📝 package-lock.json (+2115 -39)
📝 package.json (+10 -6)
📝 prisma/schema.prisma (+18 -5)
scripts/dkim.sh (+33 -0)
scripts/start.sh (+3 -0)
src/Tests/mail.test.ts (+17 -0)
src/lib/mail.ts (+50 -0)
superagent.d.ts (+3 -0)

📄 Description

This should fix the error (for now).

The solution is not ideal (Maybe include the "dom" lib in the future)


🔄 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/detleph/server/pull/14 **Author:** [@stephan418](https://github.com/stephan418) **Created:** 11/9/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-superagent` --- ### 📝 Commits (6) - [`ea6b2d7`](https://github.com/detleph/server/commit/ea6b2d73d044e9fa888db5e7da512ba53e31baa0) Chaned Prisma shema due to Issue: #8 - [`e816e0b`](https://github.com/detleph/server/commit/e816e0beee44ef70011e1140ca10e78bf6c8a81f) Check formatting on the dev branch - [`5c0bc20`](https://github.com/detleph/server/commit/5c0bc20bfd06054ab821567d6735a990c8e5f1db) Added docker-compose - [`d596670`](https://github.com/detleph/server/commit/d596670f6be5b005decb17afe598404dc7ff9c16) Add mail functionality into the development branch (#12) - [`eff8dd0`](https://github.com/detleph/server/commit/eff8dd0860c6b47a0a5dd2b5c0fdc8a57c59d383) Add the redis server to docker-compose.yml - [`e5d92de`](https://github.com/detleph/server/commit/e5d92de2eb6426b4400c4590891a1fbc00c32bb6) This fixes the bug where the code does not compile ### 📊 Changes **12 files changed** (+2286 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/prettier-check.yml` (+2 -2) 📝 `.gitignore` (+3 -0) 📝 `README.md` (+4 -0) ➕ `docker-compose.yml` (+28 -0) 📝 `package-lock.json` (+2115 -39) 📝 `package.json` (+10 -6) 📝 `prisma/schema.prisma` (+18 -5) ➕ `scripts/dkim.sh` (+33 -0) ➕ `scripts/start.sh` (+3 -0) ➕ `src/Tests/mail.test.ts` (+17 -0) ➕ `src/lib/mail.ts` (+50 -0) ➕ `superagent.d.ts` (+3 -0) </details> ### 📄 Description This should fix the error (for now). The solution is not ideal (Maybe include the "dom" lib in the future) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:21:56 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: detleph/server#61