Skip to content

Commit

Permalink
Update apps/api/src/app/bridge/usecases/get-bridge-status/get-bridge-…
Browse files Browse the repository at this point in the history
…status.usecase.ts

Co-authored-by: Richard Fontein <32132657+rifont@users.noreply.github.com>
  • Loading branch information
SokratisVidros and rifont authored Oct 8, 2024
1 parent d5181b8 commit 8758aea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class GetBridgeStatus {
return response.data;
} catch (err: any) {
Logger.error(
`Failed to verify Bridge endpoint: ${(err as Error).message || err}`,
`Failed to verify Bridge endpoint ${command.bridgeUrl} with error: ${(err as Error).message || err}`,
(err as Error).stack,
LOG_CONTEXT
);
Expand Down

0 comments on commit 8758aea

Please sign in to comment.