diff --git a/backend/typescript/services/implementations/appDashboardService.ts b/backend/typescript/services/implementations/appDashboardService.ts index 71f2340..c37cf96 100644 --- a/backend/typescript/services/implementations/appDashboardService.ts +++ b/backend/typescript/services/implementations/appDashboardService.ts @@ -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, )}`, );