fix core-server URL in prod
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user