fix core-server URL in prod

This commit is contained in:
PxlLoewe
2025-07-04 20:43:14 -07:00
parent 075d34a01c
commit 80d2704852
7 changed files with 6 additions and 12 deletions

View File

@@ -10,8 +10,6 @@ router.put("/", async (req, res) => {
const report = await prisma.report.create({
data: req.body,
});
// TODO: send link to report on admin page to user
sendReportEmbed(report.id).catch((error) => {
console.error("Error sending report embed to Discord:", error);
});