Skip to content

Commit

Permalink
updates message when encountering error querying secondchoicerole
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess2772 committed Nov 10, 2023
1 parent 680eec0 commit 96ba897
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class AppDashboardService implements IAppDashboardService {
});
} catch (error: unknown) {
Logger.error(
`Failed to get applications by this role = ${role}. Reason = ${getErrorMessage(
`Failed to get applications by this second choice role = ${role}. Reason = ${getErrorMessage(
error,
)}`,
);
Expand Down

0 comments on commit 96ba897

Please sign in to comment.