Skip to content

Commit

Permalink
remove: 불필요한 어노테이션 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyu0218 committed Nov 10, 2024
1 parent 2b05d1e commit a4cef24
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import lombok.extern.slf4j.Slf4j;
import org.quartz.*;
import org.springframework.stereotype.Component;
import org.springframework.transaction.annotation.Transactional;

@Slf4j
@RequiredArgsConstructor
Expand All @@ -23,7 +22,6 @@ protected ScheduleBuilder<CronTrigger> getScheduleBuilder() {
}

@Override
@Transactional
protected void executeInternal(JobExecutionContext context) throws JobExecutionException {
missionMemberService.sendCancellationWarningPushMessage();
}
Expand Down

0 comments on commit a4cef24

Please sign in to comment.