mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 11:51:14 -05:00
Fix edge function console statements
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user