feat: Add baseUrl to notification edge functions

This commit is contained in:
gpt-engineer-app[bot]
2025-10-22 15:37:33 +00:00
parent 977411d2c6
commit fa43787360
4 changed files with 5 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ serve(async (req) => {
if (status === 'approved') {
// Approval payload
payload = {
baseUrl: 'https://www.thrillwiki.com',
entityType,
entityName,
submissionId: submission_id,
@@ -141,6 +142,7 @@ serve(async (req) => {
} else {
// Rejection payload
payload = {
baseUrl: 'https://www.thrillwiki.com',
rejectionReason: reviewer_notes || 'No reason provided',
entityType,
entityName,