mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 10:11:12 -05:00
Fix fetchItems calls and edge function error
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user