Skip to content

Commit

Permalink
Update apps/fxc-server/src/app/routes/meshbir.ts
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
vicb and sourcery-ai[bot] authored Sep 3, 2024
1 parent 6a0c4fd commit abfce5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/fxc-server/src/app/routes/meshbir.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ export function parseMessage(message: unknown): MeshBirMessage | undefined {
if (e instanceof ZodError) {
throw new Error(`Invalid message format`);
}
throw new Error(`ZOD error`);
throw new Error(`Unexpected error during message parsing`);
}
}

0 comments on commit abfce5e

Please sign in to comment.