Skip to content

Commit c37cbab

Browse files
jescaladakriswest
andauthored
Update src/proxy/chain.ts
Co-authored-by: Kris West <kristopher.west@natwest.com> Signed-off-by: Juan Escalada <97265671+jescalada@users.noreply.github.com>
1 parent 93c5bb6 commit c37cbab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/proxy/chain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const executeChain = async (req: Request, _res: Response): Promise<Action
6969
}
7070
}
7171
} catch (error: unknown) {
72-
const msg = handleAndLogError(error, 'An error occurred when executing the chain');
72+
const msg = handleAndLogError(error, 'An unexpected error occurred when executing the chain');
7373
action.error = true;
7474
action.errorMessage = msg;
7575
} finally {

0 commit comments

Comments
 (0)