Skip to content

Commit

Permalink
fix: exit from nonDurableExpressHandler when authPolicy check fails
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelgj committed Jun 21, 2024
1 parent c25b351 commit 8038154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/flow/src/flow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ export class Flow<
};
res.status(403).send(respBody).end();
telemetry.logResponse(this.name, 403, respBody);
return;
}

if (stream === 'true') {
Expand Down

0 comments on commit 8038154

Please sign in to comment.