We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1959864 commit f4a8a6dCopy full SHA for f4a8a6d
src/rotation/rotations.service.ts
@@ -123,7 +123,7 @@ export class RotationsService {
123
* 매월 26일, 집현전 슬랙 채널에 메세지를 보내는 cron job
124
*/
125
@Cron('42 15 26 * *', {
126
- name: 'sendMessageRotationDeadlineFirst',
+ name: 'sendMessageRotationDeadlineLast',
127
timeZone: 'Asia/Seoul',
128
})
129
async sendMessageRotationDeadlineLast(): Promise<void> {
@@ -142,7 +142,7 @@ export class RotationsService {
142
* 매월 27일 사서 로테이션 설정이 완료된 후, 집현전 슬랙 채널에 메세지를 보내는 cron job
143
144
@Cron('42 15 27 * *', {
145
+ name: 'sendMessageRotationFinished',
146
147
148
async sendMessageRotationFinished(): Promise<void> {
0 commit comments