Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jan 10, 2025
1 parent 6500458 commit 73b6f88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/client/typescript-fetch/src/contrib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export const handleFlowError =
return;
case 410: // Expired
const body = await toBody(err.response);
console.log({body})
if (isSelfServiceFlowExpiredError(body)) {
opts.onRestartFlow(body.use_flow_id);
return;
Expand Down

0 comments on commit 73b6f88

Please sign in to comment.