MED-147: add doctor actions logging (#59)
* MED-147: add doctor actions logging * enum casing
This commit is contained in:
@@ -41,6 +41,7 @@ export const selectJobAction = doctorAction(
|
||||
} catch (e) {
|
||||
logger.error('Failed to select job', e);
|
||||
if (e instanceof Error) {
|
||||
revalidateDoctorAnalysis();
|
||||
return {
|
||||
success: false,
|
||||
reason:
|
||||
|
||||
Reference in New Issue
Block a user