Skip to content

Commit 2afda0b

Browse files
committed
fix: 잘못된 스케줄링 타이머 수정
1 parent 06ecea0 commit 2afda0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Firebase/functions/src/notification/cleanup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export const cleanupSoftDeletedNotifications = onSchedule({
126126
export const cleanupNotificationDispatches = onSchedule({
127127
maxInstances: 1,
128128
region: LOCATION,
129-
schedule: "0 * * * *",
129+
schedule: "0 0 * * *",
130130
timeZone: "UTC"
131131
},
132132
async () => {

0 commit comments

Comments
 (0)