Skip to content

Commit 0b4f932

Browse files
Potential fix for pull request finding 'Unreachable statement'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 244ffe7 commit 0b4f932

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/server/api/src/app/flows/flow/flow-version.controller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export const flowVersionController: FastifyPluginAsyncTypebox = async (
9898
} catch (error) {
9999
if (error instanceof ApplicationError) {
100100
throw error;
101-
return;
102101
}
103102

104103
await reply.status(StatusCodes.INTERNAL_SERVER_ERROR).send({

0 commit comments

Comments
 (0)