mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
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:
parent
9e954b9603
commit
f0cc31114b
@ -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,
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user