Update apps/backend/src/app/api/latest/internal/external-db-sync/poller/route.ts

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
This commit is contained in:
aadesh18 2025-12-01 01:45:46 -05:00 committed by GitHub
parent 9e954b9603
commit f0cc31114b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,8 +92,8 @@ export const GET = createSmartRouteHandler({
processed++;
} catch (error) {
console.error(
`Failed to process outgoing request ${request.id}:`,
captureError(
`poller-iteration-error`,
error,
);
}