Skip to content

Commit aad1278

Browse files
committed
Improved the error
1 parent 49e7f15 commit aad1278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/webapp/app/routes/api.v1.waitpoints.http-callback.$waitpointFriendlyId.callback.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ export async function action({ request, params }: ActionFunctionArgs) {
7676
{ status: 200 }
7777
);
7878
} catch (error) {
79-
logger.error("Failed to complete waitpoint token", { error });
80-
throw json({ error: "Failed to complete waitpoint token" }, { status: 500 });
79+
logger.error("Failed to complete HTTP callback", { error });
80+
throw json({ error: "Failed to complete HTTP callback" }, { status: 500 });
8181
}
8282
}
8383

0 commit comments

Comments
 (0)