Skip to content

Commit 5b6a9ee

Browse files
committed
fix: wrong response code when grading
1 parent eca7a36 commit 5b6a9ee

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/modules/staff-status-updater/staff-status-updater.service.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ export class StaffStatusUpdaterService {
3737
},
3838
});
3939

40+
this.logger.info("Updated Regis Question Check Status");
41+
4042
return updatedStatus;
4143
} catch (e) {
4244
this.logger.error(e);
43-
throw new InternalServerErrorException(e);
45+
// throw new InternalServerErrorException(e);
4446
}
4547
}
4648
}

0 commit comments

Comments
 (0)