Skip to content

Commit b40cbef

Browse files
committed
modify: change function name
1 parent fac3a68 commit b40cbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/rotation/rotations.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class RotationsService {
5858
name: 'checkTomorrowLibrarian',
5959
timeZone: 'Asia/Seoul',
6060
})
61-
async checkTomorrowLibrarian(): Promise<void> {
61+
async sendMessageTomorrowLibrarian(): Promise<void> {
6262
const tomorrow = getTomorrowDate();
6363
const tomorrowYear = tomorrow.getFullYear();
6464
const tomorrowMonth = tomorrow.getMonth() + 1;

0 commit comments

Comments
 (0)