Skip to content

Commit

Permalink
TEC: Don't Delete Image when Rejecting TEC Requests (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew032011 authored Oct 8, 2024
1 parent f64bb99 commit b49145f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const TeamEventCreditReview = (props: {
headerMsg: 'Team Event Attendance Rejected!',
contentMsg: 'The team event attendance was successfully rejected!'
});
ImagesAPI.deleteImage(`${teamEventAttendance.image}`);
Emitters.teamEventsUpdated.emit();
})
.catch((error) => {
Expand Down

0 comments on commit b49145f

Please sign in to comment.