Fix edge function console statements

This commit is contained in:
gpt-engineer-app[bot]
2025-11-03 19:09:28 +00:00
parent 7663205512
commit c0f468451f
8 changed files with 92 additions and 64 deletions

View File

@@ -87,7 +87,7 @@ serve(async (req) => {
.limit(1);
if (rateLimitError) {
console.error('[Export] Rate limit check failed:', rateLimitError);
edgeLogger.error('Rate limit check failed', { action: 'export_rate_limit', requestId: tracking.requestId, error: rateLimitError });
}
if (recentExports && recentExports.length > 0) {