Fix fetchItems calls and edge function error

This commit is contained in:
gpt-engineer-app[bot]
2025-10-09 15:53:01 +00:00
parent 039fe46e55
commit cf31f94c44
2 changed files with 25 additions and 6 deletions

View File

@@ -154,8 +154,7 @@ Deno.serve(async (req) => {
submission_type: type,
status: 'pending',
content: contentData,
submitted_at: new Date().toISOString(),
priority: options.escalated ? 10 : randomInt(1, 5)
submitted_at: new Date().toISOString()
};
if (options.escalated) {